@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSampleDataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetSampleDataRequest() |
Modifier and Type | Method and Description |
---|---|
GetSampleDataRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
SampleDataS3SourceConfig |
getS3SourceConfig()
A datasource bucket in Amazon S3.
|
int |
hashCode() |
void |
setS3SourceConfig(SampleDataS3SourceConfig s3SourceConfig)
A datasource bucket in Amazon S3.
|
String |
toString()
Returns a string representation of this object.
|
GetSampleDataRequest |
withS3SourceConfig(SampleDataS3SourceConfig s3SourceConfig)
A datasource bucket in Amazon S3.
|
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 setS3SourceConfig(SampleDataS3SourceConfig s3SourceConfig)
A datasource bucket in Amazon S3.
s3SourceConfig
- A datasource bucket in Amazon S3.public SampleDataS3SourceConfig getS3SourceConfig()
A datasource bucket in Amazon S3.
public GetSampleDataRequest withS3SourceConfig(SampleDataS3SourceConfig s3SourceConfig)
A datasource bucket in Amazon S3.
s3SourceConfig
- A datasource bucket in Amazon S3.public String toString()
toString
in class Object
Object.toString()
public GetSampleDataRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()