@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetGroupSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of the properties of a dataset group. For a complete listing, call the DescribeDatasetGroup API.
Constructor and Description |
---|
DatasetGroupSummary() |
Modifier and Type | Method and Description |
---|---|
DatasetGroupSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDateTime()
The date and time (in Unix time) that the dataset group was created.
|
String |
getDatasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group.
|
String |
getDomain()
The domain of a Domain dataset group.
|
String |
getFailureReason()
If creating a dataset group fails, the reason behind the failure.
|
Date |
getLastUpdatedDateTime()
The date and time (in Unix time) that the dataset group was last updated.
|
String |
getName()
The name of the dataset group.
|
String |
getStatus()
The status of the dataset group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the dataset group was created.
|
void |
setDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
void |
setDomain(String domain)
The domain of a Domain dataset group.
|
void |
setFailureReason(String failureReason)
If creating a dataset group fails, the reason behind the failure.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the dataset group was last updated.
|
void |
setName(String name)
The name of the dataset group.
|
void |
setStatus(String status)
The status of the dataset group.
|
String |
toString()
Returns a string representation of this object.
|
DatasetGroupSummary |
withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the dataset group was created.
|
DatasetGroupSummary |
withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
DatasetGroupSummary |
withDomain(Domain domain)
The domain of a Domain dataset group.
|
DatasetGroupSummary |
withDomain(String domain)
The domain of a Domain dataset group.
|
DatasetGroupSummary |
withFailureReason(String failureReason)
If creating a dataset group fails, the reason behind the failure.
|
DatasetGroupSummary |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the dataset group was last updated.
|
DatasetGroupSummary |
withName(String name)
The name of the dataset group.
|
DatasetGroupSummary |
withStatus(String status)
The status of the dataset group.
|
public void setName(String name)
The name of the dataset group.
name
- The name of the dataset group.public String getName()
The name of the dataset group.
public DatasetGroupSummary withName(String name)
The name of the dataset group.
name
- The name of the dataset group.public void setDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
datasetGroupArn
- The Amazon Resource Name (ARN) of the dataset group.public String getDatasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group.
public DatasetGroupSummary withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
datasetGroupArn
- The Amazon Resource Name (ARN) of the dataset group.public void setStatus(String status)
The status of the dataset group.
A dataset group can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING
status
- The status of the dataset group.
A dataset group can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING
public String getStatus()
The status of the dataset group.
A dataset group can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING
A dataset group can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING
public DatasetGroupSummary withStatus(String status)
The status of the dataset group.
A dataset group can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING
status
- The status of the dataset group.
A dataset group can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING
public void setCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the dataset group was created.
creationDateTime
- The date and time (in Unix time) that the dataset group was created.public Date getCreationDateTime()
The date and time (in Unix time) that the dataset group was created.
public DatasetGroupSummary withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the dataset group was created.
creationDateTime
- The date and time (in Unix time) that the dataset group was created.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the dataset group was last updated.
lastUpdatedDateTime
- The date and time (in Unix time) that the dataset group was last updated.public Date getLastUpdatedDateTime()
The date and time (in Unix time) that the dataset group was last updated.
public DatasetGroupSummary withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the dataset group was last updated.
lastUpdatedDateTime
- The date and time (in Unix time) that the dataset group was last updated.public void setFailureReason(String failureReason)
If creating a dataset group fails, the reason behind the failure.
failureReason
- If creating a dataset group fails, the reason behind the failure.public String getFailureReason()
If creating a dataset group fails, the reason behind the failure.
public DatasetGroupSummary withFailureReason(String failureReason)
If creating a dataset group fails, the reason behind the failure.
failureReason
- If creating a dataset group fails, the reason behind the failure.public void setDomain(String domain)
The domain of a Domain dataset group.
domain
- The domain of a Domain dataset group.Domain
public String getDomain()
The domain of a Domain dataset group.
Domain
public DatasetGroupSummary withDomain(String domain)
The domain of a Domain dataset group.
domain
- The domain of a Domain dataset group.Domain
public DatasetGroupSummary withDomain(Domain domain)
The domain of a Domain dataset group.
domain
- The domain of a Domain dataset group.Domain
public String toString()
toString
in class Object
Object.toString()
public DatasetGroupSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.