@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSyncConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateSyncConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateSyncConfigurationResult |
clone() |
boolean |
equals(Object obj) |
SyncConfiguration |
getSyncConfiguration()
The information returned for the sync configuration to be updated.
|
int |
hashCode() |
void |
setSyncConfiguration(SyncConfiguration syncConfiguration)
The information returned for the sync configuration to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSyncConfigurationResult |
withSyncConfiguration(SyncConfiguration syncConfiguration)
The information returned for the sync configuration to be updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSyncConfiguration(SyncConfiguration syncConfiguration)
The information returned for the sync configuration to be updated.
syncConfiguration
- The information returned for the sync configuration to be updated.public SyncConfiguration getSyncConfiguration()
The information returned for the sync configuration to be updated.
public UpdateSyncConfigurationResult withSyncConfiguration(SyncConfiguration syncConfiguration)
The information returned for the sync configuration to be updated.
syncConfiguration
- The information returned for the sync configuration to be updated.public String toString()
toString
in class Object
Object.toString()
public UpdateSyncConfigurationResult clone()