@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRepositorySyncStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRepositorySyncStatusResult() |
Modifier and Type | Method and Description |
---|---|
GetRepositorySyncStatusResult |
clone() |
boolean |
equals(Object obj) |
RepositorySyncAttempt |
getLatestSync()
The repository sync status detail data that's returned by Proton.
|
int |
hashCode() |
void |
setLatestSync(RepositorySyncAttempt latestSync)
The repository sync status detail data that's returned by Proton.
|
String |
toString()
Returns a string representation of this object.
|
GetRepositorySyncStatusResult |
withLatestSync(RepositorySyncAttempt latestSync)
The repository sync status detail data that's returned by Proton.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLatestSync(RepositorySyncAttempt latestSync)
The repository sync status detail data that's returned by Proton.
latestSync
- The repository sync status detail data that's returned by Proton.public RepositorySyncAttempt getLatestSync()
The repository sync status detail data that's returned by Proton.
public GetRepositorySyncStatusResult withLatestSync(RepositorySyncAttempt latestSync)
The repository sync status detail data that's returned by Proton.
latestSync
- The repository sync status detail data that's returned by Proton.public String toString()
toString
in class Object
Object.toString()
public GetRepositorySyncStatusResult clone()