@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceInstanceSyncStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetServiceInstanceSyncStatusResult() |
Modifier and Type | Method and Description |
---|---|
GetServiceInstanceSyncStatusResult |
clone() |
boolean |
equals(Object obj) |
Revision |
getDesiredState()
The service instance sync desired state that's returned by Proton
|
ResourceSyncAttempt |
getLatestSuccessfulSync()
The detailed data of the latest successful sync with the service instance.
|
ResourceSyncAttempt |
getLatestSync()
The detailed data of the latest sync with the service instance.
|
int |
hashCode() |
void |
setDesiredState(Revision desiredState)
The service instance sync desired state that's returned by Proton
|
void |
setLatestSuccessfulSync(ResourceSyncAttempt latestSuccessfulSync)
The detailed data of the latest successful sync with the service instance.
|
void |
setLatestSync(ResourceSyncAttempt latestSync)
The detailed data of the latest sync with the service instance.
|
String |
toString()
Returns a string representation of this object.
|
GetServiceInstanceSyncStatusResult |
withDesiredState(Revision desiredState)
The service instance sync desired state that's returned by Proton
|
GetServiceInstanceSyncStatusResult |
withLatestSuccessfulSync(ResourceSyncAttempt latestSuccessfulSync)
The detailed data of the latest successful sync with the service instance.
|
GetServiceInstanceSyncStatusResult |
withLatestSync(ResourceSyncAttempt latestSync)
The detailed data of the latest sync with the service instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDesiredState(Revision desiredState)
The service instance sync desired state that's returned by Proton
desiredState
- The service instance sync desired state that's returned by Protonpublic Revision getDesiredState()
The service instance sync desired state that's returned by Proton
public GetServiceInstanceSyncStatusResult withDesiredState(Revision desiredState)
The service instance sync desired state that's returned by Proton
desiredState
- The service instance sync desired state that's returned by Protonpublic void setLatestSuccessfulSync(ResourceSyncAttempt latestSuccessfulSync)
The detailed data of the latest successful sync with the service instance.
latestSuccessfulSync
- The detailed data of the latest successful sync with the service instance.public ResourceSyncAttempt getLatestSuccessfulSync()
The detailed data of the latest successful sync with the service instance.
public GetServiceInstanceSyncStatusResult withLatestSuccessfulSync(ResourceSyncAttempt latestSuccessfulSync)
The detailed data of the latest successful sync with the service instance.
latestSuccessfulSync
- The detailed data of the latest successful sync with the service instance.public void setLatestSync(ResourceSyncAttempt latestSync)
The detailed data of the latest sync with the service instance.
latestSync
- The detailed data of the latest sync with the service instance.public ResourceSyncAttempt getLatestSync()
The detailed data of the latest sync with the service instance.
public GetServiceInstanceSyncStatusResult withLatestSync(ResourceSyncAttempt latestSync)
The detailed data of the latest sync with the service instance.
latestSync
- The detailed data of the latest sync with the service instance.public String toString()
toString
in class Object
Object.toString()
public GetServiceInstanceSyncStatusResult clone()