@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the specific data set, including name, ARN, and status.
Constructor and Description |
---|
DatasetSummary() |
Modifier and Type | Method and Description |
---|---|
DatasetSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The time at which the dataset was created in Amazon Lookout for Equipment.
|
String |
getDatasetArn()
The Amazon Resource Name (ARN) of the specified dataset.
|
String |
getDatasetName()
The name of the dataset.
|
String |
getStatus()
Indicates the status of the dataset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The time at which the dataset was created in Amazon Lookout for Equipment.
|
void |
setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the specified dataset.
|
void |
setDatasetName(String datasetName)
The name of the dataset.
|
void |
setStatus(String status)
Indicates the status of the dataset.
|
String |
toString()
Returns a string representation of this object.
|
DatasetSummary |
withCreatedAt(Date createdAt)
The time at which the dataset was created in Amazon Lookout for Equipment.
|
DatasetSummary |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the specified dataset.
|
DatasetSummary |
withDatasetName(String datasetName)
The name of the dataset.
|
DatasetSummary |
withStatus(DatasetStatus status)
Indicates the status of the dataset.
|
DatasetSummary |
withStatus(String status)
Indicates the status of the dataset.
|
public void setDatasetName(String datasetName)
The name of the dataset.
datasetName
- The name of the dataset.public String getDatasetName()
The name of the dataset.
public DatasetSummary withDatasetName(String datasetName)
The name of the dataset.
datasetName
- The name of the dataset.public void setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the specified dataset.
datasetArn
- The Amazon Resource Name (ARN) of the specified dataset.public String getDatasetArn()
The Amazon Resource Name (ARN) of the specified dataset.
public DatasetSummary withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the specified dataset.
datasetArn
- The Amazon Resource Name (ARN) of the specified dataset.public void setStatus(String status)
Indicates the status of the dataset.
status
- Indicates the status of the dataset.DatasetStatus
public String getStatus()
Indicates the status of the dataset.
DatasetStatus
public DatasetSummary withStatus(String status)
Indicates the status of the dataset.
status
- Indicates the status of the dataset.DatasetStatus
public DatasetSummary withStatus(DatasetStatus status)
Indicates the status of the dataset.
status
- Indicates the status of the dataset.DatasetStatus
public void setCreatedAt(Date createdAt)
The time at which the dataset was created in Amazon Lookout for Equipment.
createdAt
- The time at which the dataset was created in Amazon Lookout for Equipment.public Date getCreatedAt()
The time at which the dataset was created in Amazon Lookout for Equipment.
public DatasetSummary withCreatedAt(Date createdAt)
The time at which the dataset was created in Amazon Lookout for Equipment.
createdAt
- The time at which the dataset was created in Amazon Lookout for Equipment.public String toString()
toString
in class Object
Object.toString()
public DatasetSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.