@Generated(value="software.amazon.awssdk:codegen") public final class CopyImageRequest extends AppStreamRequest implements ToCopyableBuilder<CopyImageRequest.Builder,CopyImageRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CopyImageRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CopyImageRequest.Builder |
builder() |
String |
destinationImageDescription()
The description that the image will have when it is copied to the destination.
|
String |
destinationImageName()
The name that the image will have when it is copied to the destination.
|
String |
destinationRegion()
The destination region to which the image will be copied.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CopyImageRequest.Builder> |
serializableBuilderClass() |
String |
sourceImageName()
The name of the image to copy.
|
CopyImageRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sourceImageName()
The name of the image to copy.
public final String destinationImageName()
The name that the image will have when it is copied to the destination.
public final String destinationRegion()
The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
public final String destinationImageDescription()
The description that the image will have when it is copied to the destination.
public CopyImageRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CopyImageRequest.Builder,CopyImageRequest>toBuilder in class AppStreamRequestpublic static CopyImageRequest.Builder builder()
public static Class<? extends CopyImageRequest.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 © 2023. All rights reserved.