/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The structure that contains the information required to deliver images to a
* customer.See Also:
AWS
* API Reference
The Uniform Resource Identifier (URI) that identifies where the images will * be delivered.
*/ inline const Aws::String& GetUri() const{ return m_uri; } /** *The Uniform Resource Identifier (URI) that identifies where the images will * be delivered.
*/ inline bool UriHasBeenSet() const { return m_uriHasBeenSet; } /** *The Uniform Resource Identifier (URI) that identifies where the images will * be delivered.
*/ inline void SetUri(const Aws::String& value) { m_uriHasBeenSet = true; m_uri = value; } /** *The Uniform Resource Identifier (URI) that identifies where the images will * be delivered.
*/ inline void SetUri(Aws::String&& value) { m_uriHasBeenSet = true; m_uri = std::move(value); } /** *The Uniform Resource Identifier (URI) that identifies where the images will * be delivered.
*/ inline void SetUri(const char* value) { m_uriHasBeenSet = true; m_uri.assign(value); } /** *The Uniform Resource Identifier (URI) that identifies where the images will * be delivered.
*/ inline ImageGenerationDestinationConfig& WithUri(const Aws::String& value) { SetUri(value); return *this;} /** *The Uniform Resource Identifier (URI) that identifies where the images will * be delivered.
*/ inline ImageGenerationDestinationConfig& WithUri(Aws::String&& value) { SetUri(std::move(value)); return *this;} /** *The Uniform Resource Identifier (URI) that identifies where the images will * be delivered.
*/ inline ImageGenerationDestinationConfig& WithUri(const char* value) { SetUri(value); return *this;} /** *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.
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.
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.
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.
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.
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.
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.
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.