@Generated(value="software.amazon.awssdk:codegen") public final class SyncResourceResponse extends ServiceCatalogAppRegistryResponse implements ToCopyableBuilder<SyncResourceResponse.Builder,SyncResourceResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SyncResourceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
SyncAction |
actionTaken()
The results of the output if an application is associated with an ARN value, which could be
syncStarted or None. |
String |
actionTakenAsString()
The results of the output if an application is associated with an ARN value, which could be
syncStarted or None. |
String |
applicationArn()
The Amazon resource name (ARN) that specifies the application.
|
static SyncResourceResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceArn()
The Amazon resource name (ARN) that specifies the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SyncResourceResponse.Builder> |
serializableBuilderClass() |
SyncResourceResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationArn()
The Amazon resource name (ARN) that specifies the application.
public final String resourceArn()
The Amazon resource name (ARN) that specifies the resource.
public final SyncAction actionTaken()
The results of the output if an application is associated with an ARN value, which could be
syncStarted or None.
If the service returns an enum value that is not available in the current SDK version, actionTaken will
return SyncAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionTakenAsString().
syncStarted or None.SyncActionpublic final String actionTakenAsString()
The results of the output if an application is associated with an ARN value, which could be
syncStarted or None.
If the service returns an enum value that is not available in the current SDK version, actionTaken will
return SyncAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionTakenAsString().
syncStarted or None.SyncActionpublic SyncResourceResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SyncResourceResponse.Builder,SyncResourceResponse>toBuilder in class AwsResponsepublic static SyncResourceResponse.Builder builder()
public static Class<? extends SyncResourceResponse.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 © 2023. All rights reserved.