@Generated(value="software.amazon.awssdk:codegen") public final class ModifyInstanceEventStartTimeRequest extends Ec2Request implements ToCopyableBuilder<ModifyInstanceEventStartTimeRequest.Builder,ModifyInstanceEventStartTimeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyInstanceEventStartTimeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModifyInstanceEventStartTimeRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceEventId()
The ID of the event whose date and time you are modifying.
|
String |
instanceId()
The ID of the instance with the scheduled event.
|
Instant |
notBefore()
The new date and time when the event will take place.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyInstanceEventStartTimeRequest.Builder> |
serializableBuilderClass() |
ModifyInstanceEventStartTimeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String instanceId()
The ID of the instance with the scheduled event.
public final String instanceEventId()
The ID of the event whose date and time you are modifying.
public final Instant notBefore()
The new date and time when the event will take place.
public ModifyInstanceEventStartTimeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyInstanceEventStartTimeRequest.Builder,ModifyInstanceEventStartTimeRequest>toBuilder in class Ec2Requestpublic static ModifyInstanceEventStartTimeRequest.Builder builder()
public static Class<? extends ModifyInstanceEventStartTimeRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.