@Generated(value="software.amazon.awssdk:codegen") public final class GetApplicationComponentDetailsResponse extends MigrationHubStrategyResponse implements ToCopyableBuilder<GetApplicationComponentDetailsResponse.Builder,GetApplicationComponentDetailsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetApplicationComponentDetailsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
ApplicationComponentDetail |
applicationComponentDetail()
Detailed information about an application component.
|
List<AssociatedApplication> |
associatedApplications()
The associated application group as defined in AWS Application Discovery Service.
|
List<String> |
associatedServerIds()
A list of the IDs of the servers on which the application component is running.
|
static GetApplicationComponentDetailsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAssociatedApplications()
For responses, this returns true if the service returned a value for the AssociatedApplications property.
|
boolean |
hasAssociatedServerIds()
For responses, this returns true if the service returned a value for the AssociatedServerIds property.
|
int |
hashCode() |
Boolean |
moreApplicationResource()
Set to true if the application component belongs to more than one application group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetApplicationComponentDetailsResponse.Builder> |
serializableBuilderClass() |
GetApplicationComponentDetailsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ApplicationComponentDetail applicationComponentDetail()
Detailed information about an application component.
public final boolean hasAssociatedApplications()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<AssociatedApplication> associatedApplications()
The associated application group as defined in AWS Application Discovery Service.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAssociatedApplications() method.
public final boolean hasAssociatedServerIds()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> associatedServerIds()
A list of the IDs of the servers on which the application component is running.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAssociatedServerIds() method.
public final Boolean moreApplicationResource()
Set to true if the application component belongs to more than one application group.
public GetApplicationComponentDetailsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetApplicationComponentDetailsResponse.Builder,GetApplicationComponentDetailsResponse>toBuilder in class AwsResponsepublic static GetApplicationComponentDetailsResponse.Builder builder()
public static Class<? extends GetApplicationComponentDetailsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.