@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Dataset extends Object implements Serializable, Cloneable, StructuredPojo
Information about a data set.
Constructor and Description |
---|
Dataset() |
Modifier and Type | Method and Description |
---|---|
Dataset |
clone() |
boolean |
equals(Object obj) |
List<DatasetAction> |
getActions()
The "DatasetAction" objects that create the data set.
|
String |
getArn()
The ARN of the data set.
|
Date |
getCreationTime()
When the data set was created.
|
Date |
getLastUpdateTime()
The last time the data set was updated.
|
String |
getName()
The name of the data set.
|
String |
getStatus()
The status of the data set.
|
List<DatasetTrigger> |
getTriggers()
The "DatasetTrigger" objects that specify when the data set is automatically updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActions(Collection<DatasetAction> actions)
The "DatasetAction" objects that create the data set.
|
void |
setArn(String arn)
The ARN of the data set.
|
void |
setCreationTime(Date creationTime)
When the data set was created.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The last time the data set was updated.
|
void |
setName(String name)
The name of the data set.
|
void |
setStatus(String status)
The status of the data set.
|
void |
setTriggers(Collection<DatasetTrigger> triggers)
The "DatasetTrigger" objects that specify when the data set is automatically updated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Dataset |
withActions(Collection<DatasetAction> actions)
The "DatasetAction" objects that create the data set.
|
Dataset |
withActions(DatasetAction... actions)
The "DatasetAction" objects that create the data set.
|
Dataset |
withArn(String arn)
The ARN of the data set.
|
Dataset |
withCreationTime(Date creationTime)
When the data set was created.
|
Dataset |
withLastUpdateTime(Date lastUpdateTime)
The last time the data set was updated.
|
Dataset |
withName(String name)
The name of the data set.
|
Dataset |
withStatus(DatasetStatus status)
The status of the data set.
|
Dataset |
withStatus(String status)
The status of the data set.
|
Dataset |
withTriggers(Collection<DatasetTrigger> triggers)
The "DatasetTrigger" objects that specify when the data set is automatically updated.
|
Dataset |
withTriggers(DatasetTrigger... triggers)
The "DatasetTrigger" objects that specify when the data set is automatically updated.
|
public void setName(String name)
The name of the data set.
name
- The name of the data set.public String getName()
The name of the data set.
public Dataset withName(String name)
The name of the data set.
name
- The name of the data set.public void setArn(String arn)
The ARN of the data set.
arn
- The ARN of the data set.public String getArn()
The ARN of the data set.
public Dataset withArn(String arn)
The ARN of the data set.
arn
- The ARN of the data set.public List<DatasetAction> getActions()
The "DatasetAction" objects that create the data set.
public void setActions(Collection<DatasetAction> actions)
The "DatasetAction" objects that create the data set.
actions
- The "DatasetAction" objects that create the data set.public Dataset withActions(DatasetAction... actions)
The "DatasetAction" objects that create the data set.
NOTE: This method appends the values to the existing list (if any). Use
setActions(java.util.Collection)
or withActions(java.util.Collection)
if you want to override
the existing values.
actions
- The "DatasetAction" objects that create the data set.public Dataset withActions(Collection<DatasetAction> actions)
The "DatasetAction" objects that create the data set.
actions
- The "DatasetAction" objects that create the data set.public List<DatasetTrigger> getTriggers()
The "DatasetTrigger" objects that specify when the data set is automatically updated.
public void setTriggers(Collection<DatasetTrigger> triggers)
The "DatasetTrigger" objects that specify when the data set is automatically updated.
triggers
- The "DatasetTrigger" objects that specify when the data set is automatically updated.public Dataset withTriggers(DatasetTrigger... triggers)
The "DatasetTrigger" objects that specify when the data set is automatically updated.
NOTE: This method appends the values to the existing list (if any). Use
setTriggers(java.util.Collection)
or withTriggers(java.util.Collection)
if you want to override
the existing values.
triggers
- The "DatasetTrigger" objects that specify when the data set is automatically updated.public Dataset withTriggers(Collection<DatasetTrigger> triggers)
The "DatasetTrigger" objects that specify when the data set is automatically updated.
triggers
- The "DatasetTrigger" objects that specify when the data set is automatically updated.public void setStatus(String status)
The status of the data set.
status
- The status of the data set.DatasetStatus
public String getStatus()
The status of the data set.
DatasetStatus
public Dataset withStatus(String status)
The status of the data set.
status
- The status of the data set.DatasetStatus
public Dataset withStatus(DatasetStatus status)
The status of the data set.
status
- The status of the data set.DatasetStatus
public void setCreationTime(Date creationTime)
When the data set was created.
creationTime
- When the data set was created.public Date getCreationTime()
When the data set was created.
public Dataset withCreationTime(Date creationTime)
When the data set was created.
creationTime
- When the data set was created.public void setLastUpdateTime(Date lastUpdateTime)
The last time the data set was updated.
lastUpdateTime
- The last time the data set was updated.public Date getLastUpdateTime()
The last time the data set was updated.
public Dataset withLastUpdateTime(Date lastUpdateTime)
The last time the data set was updated.
lastUpdateTime
- The last time the data set was updated.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.