@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImageGenerationConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeImageGenerationConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeImageGenerationConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getStreamARN()
The Amazon Resource Name (ARN) of the Kinesis video stream from which to retrieve the image generation
configuration.
|
String |
getStreamName()
The name of the stream from which to retrieve the image generation configuration.
|
int |
hashCode() |
void |
setStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis video stream from which to retrieve the image generation
configuration.
|
void |
setStreamName(String streamName)
The name of the stream from which to retrieve the image generation configuration.
|
String |
toString()
Returns a string representation of this object.
|
DescribeImageGenerationConfigurationRequest |
withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis video stream from which to retrieve the image generation
configuration.
|
DescribeImageGenerationConfigurationRequest |
withStreamName(String streamName)
The name of the stream from which to retrieve 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 DescribeImageGenerationConfigurationRequest()
public void setStreamName(String streamName)
The name of the stream from which to retrieve the image generation configuration. You must specify either the
StreamName
or the StreamARN
.
streamName
- The name of the stream from which to retrieve the image generation configuration. You must specify either
the StreamName
or the StreamARN
.public String getStreamName()
The name of the stream from which to retrieve the image generation configuration. You must specify either the
StreamName
or the StreamARN
.
StreamName
or the StreamARN
.public DescribeImageGenerationConfigurationRequest withStreamName(String streamName)
The name of the stream from which to retrieve the image generation configuration. You must specify either the
StreamName
or the StreamARN
.
streamName
- The name of the stream from which to retrieve 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 which to retrieve 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 which to retrieve 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 which to retrieve the image generation
configuration. You must specify either the StreamName
or the StreamARN
.
StreamName
or the StreamARN
.public DescribeImageGenerationConfigurationRequest withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis video stream from which to retrieve 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 which to retrieve the image generation
configuration. You must specify either the StreamName
or the StreamARN
.public String toString()
toString
in class Object
Object.toString()
public DescribeImageGenerationConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()