@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateResourceDataSyncRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateResourceDataSyncRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateResourceDataSyncRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSyncName()
The name of the resource data sync you want to update.
|
ResourceDataSyncSource |
getSyncSource()
Specify information about the data sources to synchronize.
|
String |
getSyncType()
The type of resource data sync.
|
int |
hashCode() |
void |
setSyncName(String syncName)
The name of the resource data sync you want to update.
|
void |
setSyncSource(ResourceDataSyncSource syncSource)
Specify information about the data sources to synchronize.
|
void |
setSyncType(String syncType)
The type of resource data sync.
|
String |
toString()
Returns a string representation of this object.
|
UpdateResourceDataSyncRequest |
withSyncName(String syncName)
The name of the resource data sync you want to update.
|
UpdateResourceDataSyncRequest |
withSyncSource(ResourceDataSyncSource syncSource)
Specify information about the data sources to synchronize.
|
UpdateResourceDataSyncRequest |
withSyncType(String syncType)
The type of resource data sync.
|
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)
The name of the resource data sync you want to update.
syncName
- The name of the resource data sync you want to update.public String getSyncName()
The name of the resource data sync you want to update.
public UpdateResourceDataSyncRequest withSyncName(String syncName)
The name of the resource data sync you want to update.
syncName
- The name of the resource data sync you want to update.public void setSyncType(String syncType)
The type of resource data sync. If SyncType
is SyncToDestination
, then the resource
data sync synchronizes data to an Amazon S3 bucket. If the SyncType
is SyncFromSource
then the resource data sync synchronizes data from AWS Organizations or from multiple AWS Regions.
syncType
- The type of resource data sync. If SyncType
is SyncToDestination
, then the
resource data sync synchronizes data to an Amazon S3 bucket. If the SyncType
is
SyncFromSource
then the resource data sync synchronizes data from AWS Organizations or from
multiple AWS Regions.public String getSyncType()
The type of resource data sync. If SyncType
is SyncToDestination
, then the resource
data sync synchronizes data to an Amazon S3 bucket. If the SyncType
is SyncFromSource
then the resource data sync synchronizes data from AWS Organizations or from multiple AWS Regions.
SyncType
is SyncToDestination
, then the
resource data sync synchronizes data to an Amazon S3 bucket. If the SyncType
is
SyncFromSource
then the resource data sync synchronizes data from AWS Organizations or from
multiple AWS Regions.public UpdateResourceDataSyncRequest withSyncType(String syncType)
The type of resource data sync. If SyncType
is SyncToDestination
, then the resource
data sync synchronizes data to an Amazon S3 bucket. If the SyncType
is SyncFromSource
then the resource data sync synchronizes data from AWS Organizations or from multiple AWS Regions.
syncType
- The type of resource data sync. If SyncType
is SyncToDestination
, then the
resource data sync synchronizes data to an Amazon S3 bucket. If the SyncType
is
SyncFromSource
then the resource data sync synchronizes data from AWS Organizations or from
multiple AWS Regions.public void setSyncSource(ResourceDataSyncSource syncSource)
Specify information about the data sources to synchronize.
syncSource
- Specify information about the data sources to synchronize.public ResourceDataSyncSource getSyncSource()
Specify information about the data sources to synchronize.
public UpdateResourceDataSyncRequest withSyncSource(ResourceDataSyncSource syncSource)
Specify information about the data sources to synchronize.
syncSource
- Specify information about the data sources to synchronize.public String toString()
toString
in class Object
Object.toString()
public UpdateResourceDataSyncRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.