@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDatasetGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDatasetGroupResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDatasetGroupResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
When the dataset group was created.
|
List<String> |
getDatasetArns()
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
|
String |
getDatasetGroupArn()
The ARN of the dataset group.
|
String |
getDatasetGroupName()
The name of the dataset group.
|
String |
getDomain()
The domain associated with the dataset group.
|
Date |
getLastModificationTime()
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.
|
String |
getStatus()
The status of the dataset group.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
When the dataset group was created.
|
void |
setDatasetArns(Collection<String> datasetArns)
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
|
void |
setDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group.
|
void |
setDatasetGroupName(String datasetGroupName)
The name of the dataset group.
|
void |
setDomain(String domain)
The domain associated with the dataset group.
|
void |
setLastModificationTime(Date lastModificationTime)
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.
|
void |
setStatus(String status)
The status of the dataset group.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDatasetGroupResult |
withCreationTime(Date creationTime)
When the dataset group was created.
|
DescribeDatasetGroupResult |
withDatasetArns(Collection<String> datasetArns)
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
|
DescribeDatasetGroupResult |
withDatasetArns(String... datasetArns)
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
|
DescribeDatasetGroupResult |
withDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group.
|
DescribeDatasetGroupResult |
withDatasetGroupName(String datasetGroupName)
The name of the dataset group.
|
DescribeDatasetGroupResult |
withDomain(Domain domain)
The domain associated with the dataset group.
|
DescribeDatasetGroupResult |
withDomain(String domain)
The domain associated with the dataset group.
|
DescribeDatasetGroupResult |
withLastModificationTime(Date lastModificationTime)
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.
|
DescribeDatasetGroupResult |
withStatus(String status)
The status of the dataset group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDatasetGroupName(String datasetGroupName)
The name of the dataset group.
datasetGroupName
- The name of the dataset group.public String getDatasetGroupName()
The name of the dataset group.
public DescribeDatasetGroupResult withDatasetGroupName(String datasetGroupName)
The name of the dataset group.
datasetGroupName
- The name of the dataset group.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 DescribeDatasetGroupResult withDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group.
datasetGroupArn
- The ARN of the dataset group.public List<String> getDatasetArns()
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
public void setDatasetArns(Collection<String> datasetArns)
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
datasetArns
- An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.public DescribeDatasetGroupResult withDatasetArns(String... datasetArns)
An array of Amazon Resource Names (ARNs) of the datasets contained in 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 Amazon Resource Names (ARNs) of the datasets contained in the dataset group.public DescribeDatasetGroupResult withDatasetArns(Collection<String> datasetArns)
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
datasetArns
- An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.public void setDomain(String domain)
The domain associated with the dataset group.
domain
- The domain associated with the dataset group.Domain
public String getDomain()
The domain associated with the dataset group.
Domain
public DescribeDatasetGroupResult withDomain(String domain)
The domain associated with the dataset group.
domain
- The domain associated with the dataset group.Domain
public DescribeDatasetGroupResult withDomain(Domain domain)
The domain associated with the dataset group.
domain
- The domain associated with the dataset group.Domain
public void setStatus(String status)
The status of the dataset group. States include:
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
UPDATE_PENDING
, UPDATE_IN_PROGRESS
, UPDATE_FAILED
The UPDATE
states apply when you call the UpdateDatasetGroup operation.
The Status
of the dataset group must be ACTIVE
before you can use the dataset group to
create a predictor.
status
- The status of the dataset group. States include:
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
UPDATE_PENDING
, UPDATE_IN_PROGRESS
, UPDATE_FAILED
The UPDATE
states apply when you call the UpdateDatasetGroup operation.
The Status
of the dataset group must be ACTIVE
before you can use the dataset
group to create a predictor.
public String getStatus()
The status of the dataset group. States include:
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
UPDATE_PENDING
, UPDATE_IN_PROGRESS
, UPDATE_FAILED
The UPDATE
states apply when you call the UpdateDatasetGroup operation.
The Status
of the dataset group must be ACTIVE
before you can use the dataset group to
create a predictor.
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
UPDATE_PENDING
, UPDATE_IN_PROGRESS
, UPDATE_FAILED
The UPDATE
states apply when you call the UpdateDatasetGroup operation.
The Status
of the dataset group must be ACTIVE
before you can use the dataset
group to create a predictor.
public DescribeDatasetGroupResult withStatus(String status)
The status of the dataset group. States include:
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
UPDATE_PENDING
, UPDATE_IN_PROGRESS
, UPDATE_FAILED
The UPDATE
states apply when you call the UpdateDatasetGroup operation.
The Status
of the dataset group must be ACTIVE
before you can use the dataset group to
create a predictor.
status
- The status of the dataset group. States include:
ACTIVE
CREATE_PENDING
, CREATE_IN_PROGRESS
, CREATE_FAILED
DELETE_PENDING
, DELETE_IN_PROGRESS
, DELETE_FAILED
UPDATE_PENDING
, UPDATE_IN_PROGRESS
, UPDATE_FAILED
The UPDATE
states apply when you call the UpdateDatasetGroup operation.
The Status
of the dataset group must be ACTIVE
before you can use the dataset
group to create a predictor.
public void setCreationTime(Date creationTime)
When the dataset group was created.
creationTime
- When the dataset group was created.public Date getCreationTime()
When the dataset group was created.
public DescribeDatasetGroupResult withCreationTime(Date creationTime)
When the dataset group was created.
creationTime
- When the dataset group was created.public void setLastModificationTime(Date lastModificationTime)
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While
the dataset group is being updated, LastModificationTime
is the current time of the
DescribeDatasetGroup
call.
lastModificationTime
- When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.
While the dataset group is being updated, LastModificationTime
is the current time of the
DescribeDatasetGroup
call.public Date getLastModificationTime()
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While
the dataset group is being updated, LastModificationTime
is the current time of the
DescribeDatasetGroup
call.
LastModificationTime
is the current
time of the DescribeDatasetGroup
call.public DescribeDatasetGroupResult withLastModificationTime(Date lastModificationTime)
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While
the dataset group is being updated, LastModificationTime
is the current time of the
DescribeDatasetGroup
call.
lastModificationTime
- When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.
While the dataset group is being updated, LastModificationTime
is the current time of the
DescribeDatasetGroup
call.public String toString()
toString
in class Object
Object.toString()
public DescribeDatasetGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.