@Generated(value="software.amazon.awssdk:codegen") public final class AssetBundleImportJobRefreshScheduleOverrideParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetBundleImportJobRefreshScheduleOverrideParameters.Builder,AssetBundleImportJobRefreshScheduleOverrideParameters>
A list of overrides for a specific RefreshsSchedule
resource that is present in the asset bundle that is
imported.
Modifier and Type | Class and Description |
---|---|
static interface |
AssetBundleImportJobRefreshScheduleOverrideParameters.Builder |
Modifier and Type | Method and Description |
---|---|
static AssetBundleImportJobRefreshScheduleOverrideParameters.Builder |
builder() |
String |
dataSetId()
A partial identifier for the specific
RefreshSchedule resource that is being overridden. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
scheduleId()
A partial identifier for the specific
RefreshSchedule resource being overridden. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssetBundleImportJobRefreshScheduleOverrideParameters.Builder> |
serializableBuilderClass() |
Instant |
startAfterDateTime()
An override for the
StartAfterDateTime of a RefreshSchedule . |
AssetBundleImportJobRefreshScheduleOverrideParameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String dataSetId()
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 final String scheduleId()
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 final Instant 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
of a RefreshSchedule
. Make sure that the
StartAfterDateTime
is set to a time that takes place in the future.public AssetBundleImportJobRefreshScheduleOverrideParameters.Builder toBuilder()
public static AssetBundleImportJobRefreshScheduleOverrideParameters.Builder builder()
public static Class<? extends AssetBundleImportJobRefreshScheduleOverrideParameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.