@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDatasetGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDatasetGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateDatasetGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getDatasetGroupArn()
The Amazon Resource Name (ARN) of the new dataset group.
|
int |
hashCode() |
void |
setDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the new dataset group.
|
String |
toString()
Returns a string representation of this object.
|
CreateDatasetGroupResult |
withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the new dataset group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the new dataset group.
datasetGroupArn
- The Amazon Resource Name (ARN) of the new dataset group.public String getDatasetGroupArn()
The Amazon Resource Name (ARN) of the new dataset group.
public CreateDatasetGroupResult withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the new dataset group.
datasetGroupArn
- The Amazon Resource Name (ARN) of the new dataset group.public String toString()
toString
in class Object
Object.toString()
public CreateDatasetGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.