@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateResourceDataSyncRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateResourceDataSyncRequest() |
Modifier and Type | Method and Description |
---|---|
CreateResourceDataSyncRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ResourceDataSyncS3Destination |
getS3Destination()
Amazon S3 configuration details for the sync.
|
String |
getSyncName()
A name for the configuration.
|
int |
hashCode() |
void |
setS3Destination(ResourceDataSyncS3Destination s3Destination)
Amazon S3 configuration details for the sync.
|
void |
setSyncName(String syncName)
A name for the configuration.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateResourceDataSyncRequest |
withS3Destination(ResourceDataSyncS3Destination s3Destination)
Amazon S3 configuration details for the sync.
|
CreateResourceDataSyncRequest |
withSyncName(String syncName)
A name for the configuration.
|
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 void setSyncName(String syncName)
A name for the configuration.
syncName
- A name for the configuration.public String getSyncName()
A name for the configuration.
public CreateResourceDataSyncRequest withSyncName(String syncName)
A name for the configuration.
syncName
- A name for the configuration.public void setS3Destination(ResourceDataSyncS3Destination s3Destination)
Amazon S3 configuration details for the sync.
s3Destination
- Amazon S3 configuration details for the sync.public ResourceDataSyncS3Destination getS3Destination()
Amazon S3 configuration details for the sync.
public CreateResourceDataSyncRequest withS3Destination(ResourceDataSyncS3Destination s3Destination)
Amazon S3 configuration details for the sync.
s3Destination
- Amazon S3 configuration details for the sync.public String toString()
toString
in class Object
Object.toString()
public CreateResourceDataSyncRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.