@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUpdatedImageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateUpdatedImageRequest() |
Modifier and Type | Method and Description |
---|---|
CreateUpdatedImageRequest |
addNewImageTagsEntry(String key,
String value)
Add a single NewImageTags entry
|
CreateUpdatedImageRequest |
clearNewImageTagsEntries()
Removes all the entries added into NewImageTags.
|
CreateUpdatedImageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getDryRun()
Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process
of creating a new updated image.
|
String |
getExistingImageName()
The name of the image to update.
|
String |
getNewImageDescription()
The description to display for the new image.
|
String |
getNewImageDisplayName()
The name to display for the new image.
|
String |
getNewImageName()
The name of the new image.
|
Map<String,String> |
getNewImageTags()
The tags to associate with the new image.
|
int |
hashCode() |
Boolean |
isDryRun()
Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process
of creating a new updated image.
|
void |
setDryRun(Boolean dryRun)
Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process
of creating a new updated image.
|
void |
setExistingImageName(String existingImageName)
The name of the image to update.
|
void |
setNewImageDescription(String newImageDescription)
The description to display for the new image.
|
void |
setNewImageDisplayName(String newImageDisplayName)
The name to display for the new image.
|
void |
setNewImageName(String newImageName)
The name of the new image.
|
void |
setNewImageTags(Map<String,String> newImageTags)
The tags to associate with the new image.
|
String |
toString()
Returns a string representation of this object.
|
CreateUpdatedImageRequest |
withDryRun(Boolean dryRun)
Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process
of creating a new updated image.
|
CreateUpdatedImageRequest |
withExistingImageName(String existingImageName)
The name of the image to update.
|
CreateUpdatedImageRequest |
withNewImageDescription(String newImageDescription)
The description to display for the new image.
|
CreateUpdatedImageRequest |
withNewImageDisplayName(String newImageDisplayName)
The name to display for the new image.
|
CreateUpdatedImageRequest |
withNewImageName(String newImageName)
The name of the new image.
|
CreateUpdatedImageRequest |
withNewImageTags(Map<String,String> newImageTags)
The tags to associate with the new image.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setExistingImageName(String existingImageName)
The name of the image to update.
existingImageName
- The name of the image to update.public String getExistingImageName()
The name of the image to update.
public CreateUpdatedImageRequest withExistingImageName(String existingImageName)
The name of the image to update.
existingImageName
- The name of the image to update.public void setNewImageName(String newImageName)
The name of the new image. The name must be unique within the AWS account and Region.
newImageName
- The name of the new image. The name must be unique within the AWS account and Region.public String getNewImageName()
The name of the new image. The name must be unique within the AWS account and Region.
public CreateUpdatedImageRequest withNewImageName(String newImageName)
The name of the new image. The name must be unique within the AWS account and Region.
newImageName
- The name of the new image. The name must be unique within the AWS account and Region.public void setNewImageDescription(String newImageDescription)
The description to display for the new image.
newImageDescription
- The description to display for the new image.public String getNewImageDescription()
The description to display for the new image.
public CreateUpdatedImageRequest withNewImageDescription(String newImageDescription)
The description to display for the new image.
newImageDescription
- The description to display for the new image.public void setNewImageDisplayName(String newImageDisplayName)
The name to display for the new image.
newImageDisplayName
- The name to display for the new image.public String getNewImageDisplayName()
The name to display for the new image.
public CreateUpdatedImageRequest withNewImageDisplayName(String newImageDisplayName)
The name to display for the new image.
newImageDisplayName
- The name to display for the new image.public Map<String,String> getNewImageTags()
The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
If you do not specify a value, the value is set to an empty string.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
If you do not specify a value, the value is set to an empty string.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
public void setNewImageTags(Map<String,String> newImageTags)
The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
If you do not specify a value, the value is set to an empty string.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
newImageTags
- The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For
example, Environment=Test. If you do not specify a value, Environment=.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
If you do not specify a value, the value is set to an empty string.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
public CreateUpdatedImageRequest withNewImageTags(Map<String,String> newImageTags)
The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
If you do not specify a value, the value is set to an empty string.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
newImageTags
- The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For
example, Environment=Test. If you do not specify a value, Environment=.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
If you do not specify a value, the value is set to an empty string.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
public CreateUpdatedImageRequest addNewImageTagsEntry(String key, String value)
public CreateUpdatedImageRequest clearNewImageTagsEntries()
public void setDryRun(Boolean dryRun)
Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process
of creating a new updated image. If this value is set to true
, AppStream 2.0 displays whether image
updates are available. If this value is set to false
, AppStream 2.0 initiates the process of
creating a new updated image without displaying whether image updates are available.
dryRun
- Indicates whether to display the status of image update availability before AppStream 2.0 initiates the
process of creating a new updated image. If this value is set to true
, AppStream 2.0 displays
whether image updates are available. If this value is set to false
, AppStream 2.0 initiates
the process of creating a new updated image without displaying whether image updates are available.public Boolean getDryRun()
Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process
of creating a new updated image. If this value is set to true
, AppStream 2.0 displays whether image
updates are available. If this value is set to false
, AppStream 2.0 initiates the process of
creating a new updated image without displaying whether image updates are available.
true
, AppStream 2.0
displays whether image updates are available. If this value is set to false
, AppStream 2.0
initiates the process of creating a new updated image without displaying whether image updates are
available.public CreateUpdatedImageRequest withDryRun(Boolean dryRun)
Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process
of creating a new updated image. If this value is set to true
, AppStream 2.0 displays whether image
updates are available. If this value is set to false
, AppStream 2.0 initiates the process of
creating a new updated image without displaying whether image updates are available.
dryRun
- Indicates whether to display the status of image update availability before AppStream 2.0 initiates the
process of creating a new updated image. If this value is set to true
, AppStream 2.0 displays
whether image updates are available. If this value is set to false
, AppStream 2.0 initiates
the process of creating a new updated image without displaying whether image updates are available.public Boolean isDryRun()
Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process
of creating a new updated image. If this value is set to true
, AppStream 2.0 displays whether image
updates are available. If this value is set to false
, AppStream 2.0 initiates the process of
creating a new updated image without displaying whether image updates are available.
true
, AppStream 2.0
displays whether image updates are available. If this value is set to false
, AppStream 2.0
initiates the process of creating a new updated image without displaying whether image updates are
available.public String toString()
toString
in class Object
Object.toString()
public CreateUpdatedImageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()