@Generated(value="software.amazon.awssdk:codegen") public final class GetServiceInstanceSyncStatusResponse extends ProtonResponse implements ToCopyableBuilder<GetServiceInstanceSyncStatusResponse.Builder,GetServiceInstanceSyncStatusResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetServiceInstanceSyncStatusResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetServiceInstanceSyncStatusResponse.Builder |
builder() |
Revision |
desiredState()
The service instance sync desired state that's returned by Proton
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResourceSyncAttempt |
latestSuccessfulSync()
The detailed data of the latest successful sync with the service instance.
|
ResourceSyncAttempt |
latestSync()
The detailed data of the latest sync with the service instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetServiceInstanceSyncStatusResponse.Builder> |
serializableBuilderClass() |
GetServiceInstanceSyncStatusResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Revision desiredState()
The service instance sync desired state that's returned by Proton
public final ResourceSyncAttempt latestSuccessfulSync()
The detailed data of the latest successful sync with the service instance.
public final ResourceSyncAttempt latestSync()
The detailed data of the latest sync with the service instance.
public GetServiceInstanceSyncStatusResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetServiceInstanceSyncStatusResponse.Builder,GetServiceInstanceSyncStatusResponse>toBuilder in class AwsResponsepublic static GetServiceInstanceSyncStatusResponse.Builder builder()
public static Class<? extends GetServiceInstanceSyncStatusResponse.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.