@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDatasetGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDatasetGroupRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDatasetGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getDatasetArns()
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
|
String |
getDatasetGroupArn()
The ARN of the dataset group.
|
int |
hashCode() |
void |
setDatasetArns(Collection<String> datasetArns)
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
|
void |
setDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDatasetGroupRequest |
withDatasetArns(Collection<String> datasetArns)
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
|
UpdateDatasetGroupRequest |
withDatasetArns(String... datasetArns)
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
|
UpdateDatasetGroupRequest |
withDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group.
|
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 setDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group.
datasetGroupArn
- The ARN of the dataset group.public String getDatasetGroupArn()
The ARN of the dataset group.
public UpdateDatasetGroupRequest withDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group.
datasetGroupArn
- The ARN of the dataset group.public List<String> getDatasetArns()
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
public void setDatasetArns(Collection<String> datasetArns)
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
datasetArns
- An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.public UpdateDatasetGroupRequest withDatasetArns(String... datasetArns)
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
NOTE: This method appends the values to the existing list (if any). Use
setDatasetArns(java.util.Collection)
or withDatasetArns(java.util.Collection)
if you want to
override the existing values.
datasetArns
- An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.public UpdateDatasetGroupRequest withDatasetArns(Collection<String> datasetArns)
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
datasetArns
- An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.public String toString()
toString
in class Object
Object.toString()
public UpdateDatasetGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()