@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) | 
| <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 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 Ec2Requestpublic static ModifyInstanceEventStartTimeRequest.Builder builder()
public static Class<? extends ModifyInstanceEventStartTimeRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.