@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleImportJobRefreshScheduleOverrideParameters extends Object implements Serializable, Cloneable, StructuredPojo
A list of overrides for a specific RefreshsSchedule
resource that is present in the asset bundle that is
imported.
Constructor and Description |
---|
AssetBundleImportJobRefreshScheduleOverrideParameters() |
Modifier and Type | Method and Description |
---|---|
AssetBundleImportJobRefreshScheduleOverrideParameters |
clone() |
boolean |
equals(Object obj) |
String |
getDataSetId()
A partial identifier for the specific
RefreshSchedule resource that is being overridden. |
String |
getScheduleId()
A partial identifier for the specific
RefreshSchedule resource being overridden. |
Date |
getStartAfterDateTime()
An override for the
StartAfterDateTime of a RefreshSchedule . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataSetId(String dataSetId)
A partial identifier for the specific
RefreshSchedule resource that is being overridden. |
void |
setScheduleId(String scheduleId)
A partial identifier for the specific
RefreshSchedule resource being overridden. |
void |
setStartAfterDateTime(Date startAfterDateTime)
An override for the
StartAfterDateTime of a RefreshSchedule . |
String |
toString()
Returns a string representation of this object.
|
AssetBundleImportJobRefreshScheduleOverrideParameters |
withDataSetId(String dataSetId)
A partial identifier for the specific
RefreshSchedule resource that is being overridden. |
AssetBundleImportJobRefreshScheduleOverrideParameters |
withScheduleId(String scheduleId)
A partial identifier for the specific
RefreshSchedule resource being overridden. |
AssetBundleImportJobRefreshScheduleOverrideParameters |
withStartAfterDateTime(Date startAfterDateTime)
An override for the
StartAfterDateTime of a RefreshSchedule . |
public AssetBundleImportJobRefreshScheduleOverrideParameters()
public void setDataSetId(String dataSetId)
A partial identifier for the specific RefreshSchedule
resource that is being overridden. This
structure is used together with the ScheduleID
structure.
dataSetId
- A partial identifier for the specific RefreshSchedule
resource that is being overridden. This
structure is used together with the ScheduleID
structure.public String getDataSetId()
A partial identifier for the specific RefreshSchedule
resource that is being overridden. This
structure is used together with the ScheduleID
structure.
RefreshSchedule
resource that is being overridden.
This structure is used together with the ScheduleID
structure.public AssetBundleImportJobRefreshScheduleOverrideParameters withDataSetId(String dataSetId)
A partial identifier for the specific RefreshSchedule
resource that is being overridden. This
structure is used together with the ScheduleID
structure.
dataSetId
- A partial identifier for the specific RefreshSchedule
resource that is being overridden. This
structure is used together with the ScheduleID
structure.public void setScheduleId(String scheduleId)
A partial identifier for the specific RefreshSchedule
resource being overridden. This structure is
used together with the DataSetId
structure.
scheduleId
- A partial identifier for the specific RefreshSchedule
resource being overridden. This
structure is used together with the DataSetId
structure.public String getScheduleId()
A partial identifier for the specific RefreshSchedule
resource being overridden. This structure is
used together with the DataSetId
structure.
RefreshSchedule
resource being overridden. This
structure is used together with the DataSetId
structure.public AssetBundleImportJobRefreshScheduleOverrideParameters withScheduleId(String scheduleId)
A partial identifier for the specific RefreshSchedule
resource being overridden. This structure is
used together with the DataSetId
structure.
scheduleId
- A partial identifier for the specific RefreshSchedule
resource being overridden. This
structure is used together with the DataSetId
structure.public void setStartAfterDateTime(Date startAfterDateTime)
An override for the StartAfterDateTime
of a RefreshSchedule
. Make sure that the
StartAfterDateTime
is set to a time that takes place in the future.
startAfterDateTime
- An override for the StartAfterDateTime
of a RefreshSchedule
. Make sure that the
StartAfterDateTime
is set to a time that takes place in the future.public Date getStartAfterDateTime()
An override for the StartAfterDateTime
of a RefreshSchedule
. Make sure that the
StartAfterDateTime
is set to a time that takes place in the future.
StartAfterDateTime
of a RefreshSchedule
. Make sure that the
StartAfterDateTime
is set to a time that takes place in the future.public AssetBundleImportJobRefreshScheduleOverrideParameters withStartAfterDateTime(Date startAfterDateTime)
An override for the StartAfterDateTime
of a RefreshSchedule
. Make sure that the
StartAfterDateTime
is set to a time that takes place in the future.
startAfterDateTime
- An override for the StartAfterDateTime
of a RefreshSchedule
. Make sure that the
StartAfterDateTime
is set to a time that takes place in the future.public String toString()
toString
in class Object
Object.toString()
public AssetBundleImportJobRefreshScheduleOverrideParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.