@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TopicRefreshScheduleSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of the refresh schedule details for a dataset.
Constructor and Description |
---|
TopicRefreshScheduleSummary() |
Modifier and Type | Method and Description |
---|---|
TopicRefreshScheduleSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDatasetArn()
The Amazon Resource Name (ARN) of the dataset.
|
String |
getDatasetId()
The ID of the dataset.
|
String |
getDatasetName()
The name of the dataset.
|
TopicRefreshSchedule |
getRefreshSchedule()
The definition of a refresh schedule.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
|
void |
setDatasetId(String datasetId)
The ID of the dataset.
|
void |
setDatasetName(String datasetName)
The name of the dataset.
|
void |
setRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
|
String |
toString()
Returns a string representation of this object.
|
TopicRefreshScheduleSummary |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
|
TopicRefreshScheduleSummary |
withDatasetId(String datasetId)
The ID of the dataset.
|
TopicRefreshScheduleSummary |
withDatasetName(String datasetName)
The name of the dataset.
|
TopicRefreshScheduleSummary |
withRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
|
public void setDatasetId(String datasetId)
The ID of the dataset.
datasetId
- The ID of the dataset.public String getDatasetId()
The ID of the dataset.
public TopicRefreshScheduleSummary withDatasetId(String datasetId)
The ID of the dataset.
datasetId
- The ID of the dataset.public void setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
datasetArn
- The Amazon Resource Name (ARN) of the dataset.public String getDatasetArn()
The Amazon Resource Name (ARN) of the dataset.
public TopicRefreshScheduleSummary withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
datasetArn
- The Amazon Resource Name (ARN) 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 TopicRefreshScheduleSummary withDatasetName(String datasetName)
The name of the dataset.
datasetName
- The name of the dataset.public void setRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
refreshSchedule
- The definition of a refresh schedule.public TopicRefreshSchedule getRefreshSchedule()
The definition of a refresh schedule.
public TopicRefreshScheduleSummary withRefreshSchedule(TopicRefreshSchedule refreshSchedule)
The definition of a refresh schedule.
refreshSchedule
- The definition of a refresh schedule.public String toString()
toString
in class Object
Object.toString()
public TopicRefreshScheduleSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.