@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 String instanceId()
The ID of the instance with the scheduled event.
public String instanceEventId()
The ID of the event whose date and time you are modifying.
public 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 int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.