@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourceSyncStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetResourceSyncStatusResult() |
Modifier and Type | Method and Description |
---|---|
GetResourceSyncStatusResult |
clone() |
boolean |
equals(Object obj) |
Revision |
getDesiredState()
The desired state of the Amazon Web Services resource for the sync status with the Git repository.
|
ResourceSyncAttempt |
getLatestSuccessfulSync()
The latest successful sync for the sync status with the Git repository.
|
ResourceSyncAttempt |
getLatestSync()
The latest sync for the sync status with the Git repository, whether successful or not.
|
int |
hashCode() |
void |
setDesiredState(Revision desiredState)
The desired state of the Amazon Web Services resource for the sync status with the Git repository.
|
void |
setLatestSuccessfulSync(ResourceSyncAttempt latestSuccessfulSync)
The latest successful sync for the sync status with the Git repository.
|
void |
setLatestSync(ResourceSyncAttempt latestSync)
The latest sync for the sync status with the Git repository, whether successful or not.
|
String |
toString()
Returns a string representation of this object.
|
GetResourceSyncStatusResult |
withDesiredState(Revision desiredState)
The desired state of the Amazon Web Services resource for the sync status with the Git repository.
|
GetResourceSyncStatusResult |
withLatestSuccessfulSync(ResourceSyncAttempt latestSuccessfulSync)
The latest successful sync for the sync status with the Git repository.
|
GetResourceSyncStatusResult |
withLatestSync(ResourceSyncAttempt latestSync)
The latest sync for the sync status with the Git repository, whether successful or not.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDesiredState(Revision desiredState)
The desired state of the Amazon Web Services resource for the sync status with the Git repository.
desiredState
- The desired state of the Amazon Web Services resource for the sync status with the Git repository.public Revision getDesiredState()
The desired state of the Amazon Web Services resource for the sync status with the Git repository.
public GetResourceSyncStatusResult withDesiredState(Revision desiredState)
The desired state of the Amazon Web Services resource for the sync status with the Git repository.
desiredState
- The desired state of the Amazon Web Services resource for the sync status with the Git repository.public void setLatestSuccessfulSync(ResourceSyncAttempt latestSuccessfulSync)
The latest successful sync for the sync status with the Git repository.
latestSuccessfulSync
- The latest successful sync for the sync status with the Git repository.public ResourceSyncAttempt getLatestSuccessfulSync()
The latest successful sync for the sync status with the Git repository.
public GetResourceSyncStatusResult withLatestSuccessfulSync(ResourceSyncAttempt latestSuccessfulSync)
The latest successful sync for the sync status with the Git repository.
latestSuccessfulSync
- The latest successful sync for the sync status with the Git repository.public void setLatestSync(ResourceSyncAttempt latestSync)
The latest sync for the sync status with the Git repository, whether successful or not.
latestSync
- The latest sync for the sync status with the Git repository, whether successful or not.public ResourceSyncAttempt getLatestSync()
The latest sync for the sync status with the Git repository, whether successful or not.
public GetResourceSyncStatusResult withLatestSync(ResourceSyncAttempt latestSync)
The latest sync for the sync status with the Git repository, whether successful or not.
latestSync
- The latest sync for the sync status with the Git repository, whether successful or not.public String toString()
toString
in class Object
Object.toString()
public GetResourceSyncStatusResult clone()