@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 status of the latest sync returned for a specified repository and branch.
|
int |
hashCode() |
void |
setLatestSync(RepositorySyncAttempt latestSync)
The status of the latest sync returned for a specified repository and branch.
|
String |
toString()
Returns a string representation of this object.
|
GetRepositorySyncStatusResult |
withLatestSync(RepositorySyncAttempt latestSync)
The status of the latest sync returned for a specified repository and branch.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLatestSync(RepositorySyncAttempt latestSync)
The status of the latest sync returned for a specified repository and branch.
latestSync
- The status of the latest sync returned for a specified repository and branch.public RepositorySyncAttempt getLatestSync()
The status of the latest sync returned for a specified repository and branch.
public GetRepositorySyncStatusResult withLatestSync(RepositorySyncAttempt latestSync)
The status of the latest sync returned for a specified repository and branch.
latestSync
- The status of the latest sync returned for a specified repository and branch.public String toString()
toString
in class Object
Object.toString()
public GetRepositorySyncStatusResult clone()