@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImageGenerationConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeImageGenerationConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeImageGenerationConfigurationResult |
clone() |
boolean |
equals(Object obj) |
ImageGenerationConfiguration |
getImageGenerationConfiguration()
The structure that contains the information required for the Kinesis video stream (KVS) images delivery.
|
int |
hashCode() |
void |
setImageGenerationConfiguration(ImageGenerationConfiguration imageGenerationConfiguration)
The structure that contains the information required for the Kinesis video stream (KVS) images delivery.
|
String |
toString()
Returns a string representation of this object.
|
DescribeImageGenerationConfigurationResult |
withImageGenerationConfiguration(ImageGenerationConfiguration imageGenerationConfiguration)
The structure that contains the information required for the Kinesis video stream (KVS) images delivery.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeImageGenerationConfigurationResult()
public void setImageGenerationConfiguration(ImageGenerationConfiguration imageGenerationConfiguration)
The structure that contains the information required for the Kinesis video stream (KVS) images delivery. If this structure is null, the configuration will be deleted from the stream.
imageGenerationConfiguration
- The structure that contains the information required for the Kinesis video stream (KVS) images delivery.
If this structure is null, the configuration will be deleted from the stream.public ImageGenerationConfiguration getImageGenerationConfiguration()
The structure that contains the information required for the Kinesis video stream (KVS) images delivery. If this structure is null, the configuration will be deleted from the stream.
public DescribeImageGenerationConfigurationResult withImageGenerationConfiguration(ImageGenerationConfiguration imageGenerationConfiguration)
The structure that contains the information required for the Kinesis video stream (KVS) images delivery. If this structure is null, the configuration will be deleted from the stream.
imageGenerationConfiguration
- The structure that contains the information required for the Kinesis video stream (KVS) images delivery.
If this structure is null, the configuration will be deleted from the stream.public String toString()
toString
in class Object
Object.toString()
public DescribeImageGenerationConfigurationResult clone()