@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetGroupSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of the dataset group properties used in the ListDatasetGroups operation. To get the
complete set of properties, call the DescribeDatasetGroup operation, and provide the
DatasetGroupArn
.
Constructor and Description |
---|
DatasetGroupSummary() |
Modifier and Type | Method and Description |
---|---|
DatasetGroupSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
When the dataset group was created.
|
String |
getDatasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group.
|
String |
getDatasetGroupName()
The name of the dataset group.
|
Date |
getLastModificationTime()
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
When the dataset group was created.
|
void |
setDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
void |
setDatasetGroupName(String datasetGroupName)
The name of the dataset group.
|
void |
setLastModificationTime(Date lastModificationTime)
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.
|
String |
toString()
Returns a string representation of this object.
|
DatasetGroupSummary |
withCreationTime(Date creationTime)
When the dataset group was created.
|
DatasetGroupSummary |
withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
DatasetGroupSummary |
withDatasetGroupName(String datasetGroupName)
The name of the dataset group.
|
DatasetGroupSummary |
withLastModificationTime(Date lastModificationTime)
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.
|
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 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 DatasetGroupSummary withDatasetGroupName(String datasetGroupName)
The name of the dataset group.
datasetGroupName
- The name of the dataset group.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 DatasetGroupSummary 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
ListDatasetGroups
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
ListDatasetGroups
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
ListDatasetGroups
call.
LastModificationTime
is the current
time of the ListDatasetGroups
call.public DatasetGroupSummary 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
ListDatasetGroups
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
ListDatasetGroups
call.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.