@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateImageGenerationConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateImageGenerationConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateImageGenerationConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ImageGenerationConfiguration |
getImageGenerationConfiguration()
The structure that contains the information required for the KVS images delivery.
|
String |
getStreamARN()
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the image generation
configuration.
|
String |
getStreamName()
The name of the stream from which to update the image generation configuration.
|
int |
hashCode() |
void |
setImageGenerationConfiguration(ImageGenerationConfiguration imageGenerationConfiguration)
The structure that contains the information required for the KVS images delivery.
|
void |
setStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the image generation
configuration.
|
void |
setStreamName(String streamName)
The name of the stream from which to update the image generation configuration.
|
String |
toString()
Returns a string representation of this object.
|
UpdateImageGenerationConfigurationRequest |
withImageGenerationConfiguration(ImageGenerationConfiguration imageGenerationConfiguration)
The structure that contains the information required for the KVS images delivery.
|
UpdateImageGenerationConfigurationRequest |
withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the image generation
configuration.
|
UpdateImageGenerationConfigurationRequest |
withStreamName(String streamName)
The name of the stream from which to update the image generation configuration.
|
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 UpdateImageGenerationConfigurationRequest()
public void setStreamName(String streamName)
The name of the stream from which to update the image generation configuration. You must specify either the
StreamName
or the StreamARN
.
streamName
- The name of the stream from which to update the image generation configuration. You must specify either
the StreamName
or the StreamARN
.public String getStreamName()
The name of the stream from which to update the image generation configuration. You must specify either the
StreamName
or the StreamARN
.
StreamName
or the StreamARN
.public UpdateImageGenerationConfigurationRequest withStreamName(String streamName)
The name of the stream from which to update the image generation configuration. You must specify either the
StreamName
or the StreamARN
.
streamName
- The name of the stream from which to update the image generation configuration. You must specify either
the StreamName
or the StreamARN
.public void setStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the image generation
configuration. You must specify either the StreamName
or the StreamARN
.
streamARN
- The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the image
generation configuration. You must specify either the StreamName
or the
StreamARN
.public String getStreamARN()
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the image generation
configuration. You must specify either the StreamName
or the StreamARN
.
StreamName
or the
StreamARN
.public UpdateImageGenerationConfigurationRequest withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the image generation
configuration. You must specify either the StreamName
or the StreamARN
.
streamARN
- The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the image
generation configuration. You must specify either the StreamName
or the
StreamARN
.public void setImageGenerationConfiguration(ImageGenerationConfiguration imageGenerationConfiguration)
The structure that contains the information required for the KVS images delivery. If the structure is null, the configuration will be deleted from the stream.
imageGenerationConfiguration
- The structure that contains the information required for the KVS images delivery. If the structure is
null, the configuration will be deleted from the stream.public ImageGenerationConfiguration getImageGenerationConfiguration()
The structure that contains the information required for the KVS images delivery. If the structure is null, the configuration will be deleted from the stream.
public UpdateImageGenerationConfigurationRequest withImageGenerationConfiguration(ImageGenerationConfiguration imageGenerationConfiguration)
The structure that contains the information required for the KVS images delivery. If the structure is null, the configuration will be deleted from the stream.
imageGenerationConfiguration
- The structure that contains the information required for the KVS images delivery. If the structure is
null, the configuration will be deleted from the stream.public String toString()
toString
in class Object
Object.toString()
public UpdateImageGenerationConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()