@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateStreamingImageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The streaming image ID.
NOOP| Constructor and Description | 
|---|
| UpdateStreamingImageRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateStreamingImageRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getClientToken()
 To make an idempotent API request using one of these actions, specify a client token in the request. | 
| String | getDescription()
 The description. | 
| String | getName()
 The name for the streaming image. | 
| String | getStreamingImageId()
 The streaming image ID. | 
| String | getStudioId()
 The studio ID. | 
| int | hashCode() | 
| void | setClientToken(String clientToken)
 To make an idempotent API request using one of these actions, specify a client token in the request. | 
| void | setDescription(String description)
 The description. | 
| void | setName(String name)
 The name for the streaming image. | 
| void | setStreamingImageId(String streamingImageId)
 The streaming image ID. | 
| void | setStudioId(String studioId)
 The studio ID. | 
| String | toString()Returns a string representation of this object. | 
| UpdateStreamingImageRequest | withClientToken(String clientToken)
 To make an idempotent API request using one of these actions, specify a client token in the request. | 
| UpdateStreamingImageRequest | withDescription(String description)
 The description. | 
| UpdateStreamingImageRequest | withName(String name)
 The name for the streaming image. | 
| UpdateStreamingImageRequest | withStreamingImageId(String streamingImageId)
 The streaming image ID. | 
| UpdateStreamingImageRequest | withStudioId(String studioId)
 The studio ID. | 
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, withSdkRequestTimeoutpublic void setClientToken(String clientToken)
To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
clientToken - To make an idempotent API request using one of these actions, specify a client token in the request. You
        should not reuse the same client token for other API requests. If you retry a request that completed
        successfully using the same client token and the same parameters, the retry succeeds without performing
        any further actions. If you retry a successful request using the same client token, but one or more of the
        parameters are different, the retry fails with a ValidationException error.public String getClientToken()
To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
public UpdateStreamingImageRequest withClientToken(String clientToken)
To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
clientToken - To make an idempotent API request using one of these actions, specify a client token in the request. You
        should not reuse the same client token for other API requests. If you retry a request that completed
        successfully using the same client token and the same parameters, the retry succeeds without performing
        any further actions. If you retry a successful request using the same client token, but one or more of the
        parameters are different, the retry fails with a ValidationException error.public void setDescription(String description)
The description.
description - The description.public String getDescription()
The description.
public UpdateStreamingImageRequest withDescription(String description)
The description.
description - The description.public void setName(String name)
The name for the streaming image.
name - The name for the streaming image.public String getName()
The name for the streaming image.
public UpdateStreamingImageRequest withName(String name)
The name for the streaming image.
name - The name for the streaming image.public void setStreamingImageId(String streamingImageId)
The streaming image ID.
streamingImageId - The streaming image ID.public String getStreamingImageId()
The streaming image ID.
public UpdateStreamingImageRequest withStreamingImageId(String streamingImageId)
The streaming image ID.
streamingImageId - The streaming image ID.public void setStudioId(String studioId)
The studio ID.
studioId - The studio ID.public String getStudioId()
The studio ID.
public UpdateStreamingImageRequest withStudioId(String studioId)
The studio ID.
studioId - The studio ID.public String toString()
toString in class ObjectObject.toString()public UpdateStreamingImageRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()