@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImageGenerationDestinationConfig extends Object implements Serializable, Cloneable, StructuredPojo
The structure that contains the information required to deliver images to a customer.
Constructor and Description |
---|
ImageGenerationDestinationConfig() |
Modifier and Type | Method and Description |
---|---|
ImageGenerationDestinationConfig |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationRegion()
The Amazon Web Services Region of the S3 bucket where images will be delivered.
|
String |
getUri()
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestinationRegion(String destinationRegion)
The Amazon Web Services Region of the S3 bucket where images will be delivered.
|
void |
setUri(String uri)
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
|
String |
toString()
Returns a string representation of this object.
|
ImageGenerationDestinationConfig |
withDestinationRegion(String destinationRegion)
The Amazon Web Services Region of the S3 bucket where images will be delivered.
|
ImageGenerationDestinationConfig |
withUri(String uri)
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
|
public void setUri(String uri)
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
uri
- The Uniform Resource Identifier (URI) that identifies where the images will be delivered.public String getUri()
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
public ImageGenerationDestinationConfig withUri(String uri)
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
uri
- The Uniform Resource Identifier (URI) that identifies where the images will be delivered.public void setDestinationRegion(String destinationRegion)
The Amazon Web Services Region of the S3 bucket where images will be delivered. This
DestinationRegion
must match the Region where the stream is located.
destinationRegion
- The Amazon Web Services Region of the S3 bucket where images will be delivered. This
DestinationRegion
must match the Region where the stream is located.public String getDestinationRegion()
The Amazon Web Services Region of the S3 bucket where images will be delivered. This
DestinationRegion
must match the Region where the stream is located.
DestinationRegion
must match the Region where the stream is located.public ImageGenerationDestinationConfig withDestinationRegion(String destinationRegion)
The Amazon Web Services Region of the S3 bucket where images will be delivered. This
DestinationRegion
must match the Region where the stream is located.
destinationRegion
- The Amazon Web Services Region of the S3 bucket where images will be delivered. This
DestinationRegion
must match the Region where the stream is located.public String toString()
toString
in class Object
Object.toString()
public ImageGenerationDestinationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.