@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSyncConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
GetSyncConfigurationRequest () |
| Modifier and Type | Method and Description |
|---|---|
GetSyncConfigurationRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getResourceName ()
The name of the Amazon Web Services resource for the sync configuration for which you want to retrieve
information.
|
String |
getSyncType ()
The sync type for the sync configuration for which you want to retrieve information.
|
int |
hashCode () |
void |
setResourceName (String resourceName)
The name of the Amazon Web Services resource for the sync configuration for which you want to retrieve
information.
|
void |
setSyncType (String syncType)
The sync type for the sync configuration for which you want to retrieve information.
|
String |
toString ()
Returns a string representation of this object.
|
GetSyncConfigurationRequest |
withResourceName (String resourceName)
The name of the Amazon Web Services resource for the sync configuration for which you want to retrieve
information.
|
GetSyncConfigurationRequest |
withSyncType (String syncType)
The sync type for the sync configuration for which you want to retrieve information.
|
GetSyncConfigurationRequest |
withSyncType (SyncConfigurationType syncType)
The sync type for the sync configuration for which you want to retrieve information.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout public GetSyncConfigurationRequest()
public void setSyncType(String syncType)
The sync type for the sync configuration for which you want to retrieve information.
syncType - The sync type for the sync configuration for which you want to retrieve information.SyncConfigurationType public String getSyncType()
The sync type for the sync configuration for which you want to retrieve information.
SyncConfigurationType public GetSyncConfigurationRequest withSyncType(String syncType)
The sync type for the sync configuration for which you want to retrieve information.
syncType - The sync type for the sync configuration for which you want to retrieve information.SyncConfigurationType public GetSyncConfigurationRequest withSyncType(SyncConfigurationType syncType)
The sync type for the sync configuration for which you want to retrieve information.
syncType - The sync type for the sync configuration for which you want to retrieve information.SyncConfigurationType public void setResourceName(String resourceName)
The name of the Amazon Web Services resource for the sync configuration for which you want to retrieve information.
resourceName - The name of the Amazon Web Services resource for the sync configuration for which you want to retrieve
information.public String getResourceName()
The name of the Amazon Web Services resource for the sync configuration for which you want to retrieve information.
public GetSyncConfigurationRequest withResourceName(String resourceName)
The name of the Amazon Web Services resource for the sync configuration for which you want to retrieve information.
resourceName - The name of the Amazon Web Services resource for the sync configuration for which you want to retrieve
information.public String toString()
toString in class Object Object.toString() public GetSyncConfigurationRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()