@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 Ec2Request
public static ModifyInstanceEventStartTimeRequest.Builder builder()
public static Class<? extends ModifyInstanceEventStartTimeRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2022. All rights reserved.