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