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