/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/nimble/NimbleStudio_EXPORTS.h> #include <aws/nimble/NimbleStudioRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/memory/stl/AWSMap.h> #include <utility> #include <aws/core/utils/UUID.h> namespace Aws { namespace NimbleStudio { namespace Model { /** */ class CreateStreamingImageRequest : public NimbleStudioRequest { public: AWS_NIMBLESTUDIO_API CreateStreamingImageRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "CreateStreamingImage"; } AWS_NIMBLESTUDIO_API Aws::String SerializePayload() const override; AWS_NIMBLESTUDIO_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override; /** * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. If you don’t specify a client token, the Amazon Web Services SDK * automatically generates a client token and uses it for the request to ensure * idempotency.</p> */ inline const Aws::String& GetClientToken() const{ return m_clientToken; } /** * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. If you don’t specify a client token, the Amazon Web Services SDK * automatically generates a client token and uses it for the request to ensure * idempotency.</p> */ inline bool ClientTokenHasBeenSet() const { return m_clientTokenHasBeenSet; } /** * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. If you don’t specify a client token, the Amazon Web Services SDK * automatically generates a client token and uses it for the request to ensure * idempotency.</p> */ inline void SetClientToken(const Aws::String& value) { m_clientTokenHasBeenSet = true; m_clientToken = value; } /** * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. If you don’t specify a client token, the Amazon Web Services SDK * automatically generates a client token and uses it for the request to ensure * idempotency.</p> */ inline void SetClientToken(Aws::String&& value) { m_clientTokenHasBeenSet = true; m_clientToken = std::move(value); } /** * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. If you don’t specify a client token, the Amazon Web Services SDK * automatically generates a client token and uses it for the request to ensure * idempotency.</p> */ inline void SetClientToken(const char* value) { m_clientTokenHasBeenSet = true; m_clientToken.assign(value); } /** * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. If you don’t specify a client token, the Amazon Web Services SDK * automatically generates a client token and uses it for the request to ensure * idempotency.</p> */ inline CreateStreamingImageRequest& WithClientToken(const Aws::String& value) { SetClientToken(value); return *this;} /** * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. If you don’t specify a client token, the Amazon Web Services SDK * automatically generates a client token and uses it for the request to ensure * idempotency.</p> */ inline CreateStreamingImageRequest& WithClientToken(Aws::String&& value) { SetClientToken(std::move(value)); return *this;} /** * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. If you don’t specify a client token, the Amazon Web Services SDK * automatically generates a client token and uses it for the request to ensure * idempotency.</p> */ inline CreateStreamingImageRequest& WithClientToken(const char* value) { SetClientToken(value); return *this;} /** * <p>A human-readable description of the streaming image.</p> */ inline const Aws::String& GetDescription() const{ return m_description; } /** * <p>A human-readable description of the streaming image.</p> */ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** * <p>A human-readable description of the streaming image.</p> */ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** * <p>A human-readable description of the streaming image.</p> */ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** * <p>A human-readable description of the streaming image.</p> */ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** * <p>A human-readable description of the streaming image.</p> */ inline CreateStreamingImageRequest& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** * <p>A human-readable description of the streaming image.</p> */ inline CreateStreamingImageRequest& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** * <p>A human-readable description of the streaming image.</p> */ inline CreateStreamingImageRequest& WithDescription(const char* value) { SetDescription(value); return *this;} /** * <p>The ID of an EC2 machine image with which to create this streaming image.</p> */ inline const Aws::String& GetEc2ImageId() const{ return m_ec2ImageId; } /** * <p>The ID of an EC2 machine image with which to create this streaming image.</p> */ inline bool Ec2ImageIdHasBeenSet() const { return m_ec2ImageIdHasBeenSet; } /** * <p>The ID of an EC2 machine image with which to create this streaming image.</p> */ inline void SetEc2ImageId(const Aws::String& value) { m_ec2ImageIdHasBeenSet = true; m_ec2ImageId = value; } /** * <p>The ID of an EC2 machine image with which to create this streaming image.</p> */ inline void SetEc2ImageId(Aws::String&& value) { m_ec2ImageIdHasBeenSet = true; m_ec2ImageId = std::move(value); } /** * <p>The ID of an EC2 machine image with which to create this streaming image.</p> */ inline void SetEc2ImageId(const char* value) { m_ec2ImageIdHasBeenSet = true; m_ec2ImageId.assign(value); } /** * <p>The ID of an EC2 machine image with which to create this streaming image.</p> */ inline CreateStreamingImageRequest& WithEc2ImageId(const Aws::String& value) { SetEc2ImageId(value); return *this;} /** * <p>The ID of an EC2 machine image with which to create this streaming image.</p> */ inline CreateStreamingImageRequest& WithEc2ImageId(Aws::String&& value) { SetEc2ImageId(std::move(value)); return *this;} /** * <p>The ID of an EC2 machine image with which to create this streaming image.</p> */ inline CreateStreamingImageRequest& WithEc2ImageId(const char* value) { SetEc2ImageId(value); return *this;} /** * <p>A friendly name for a streaming image resource.</p> */ inline const Aws::String& GetName() const{ return m_name; } /** * <p>A friendly name for a streaming image resource.</p> */ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** * <p>A friendly name for a streaming image resource.</p> */ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** * <p>A friendly name for a streaming image resource.</p> */ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** * <p>A friendly name for a streaming image resource.</p> */ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** * <p>A friendly name for a streaming image resource.</p> */ inline CreateStreamingImageRequest& WithName(const Aws::String& value) { SetName(value); return *this;} /** * <p>A friendly name for a streaming image resource.</p> */ inline CreateStreamingImageRequest& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** * <p>A friendly name for a streaming image resource.</p> */ inline CreateStreamingImageRequest& WithName(const char* value) { SetName(value); return *this;} /** * <p>The studio ID. </p> */ inline const Aws::String& GetStudioId() const{ return m_studioId; } /** * <p>The studio ID. </p> */ inline bool StudioIdHasBeenSet() const { return m_studioIdHasBeenSet; } /** * <p>The studio ID. </p> */ inline void SetStudioId(const Aws::String& value) { m_studioIdHasBeenSet = true; m_studioId = value; } /** * <p>The studio ID. </p> */ inline void SetStudioId(Aws::String&& value) { m_studioIdHasBeenSet = true; m_studioId = std::move(value); } /** * <p>The studio ID. </p> */ inline void SetStudioId(const char* value) { m_studioIdHasBeenSet = true; m_studioId.assign(value); } /** * <p>The studio ID. </p> */ inline CreateStreamingImageRequest& WithStudioId(const Aws::String& value) { SetStudioId(value); return *this;} /** * <p>The studio ID. </p> */ inline CreateStreamingImageRequest& WithStudioId(Aws::String&& value) { SetStudioId(std::move(value)); return *this;} /** * <p>The studio ID. </p> */ inline CreateStreamingImageRequest& WithStudioId(const char* value) { SetStudioId(value); return *this;} /** * <p>A collection of labels, in the form of key-value pairs, that apply to this * resource.</p> */ inline const Aws::Map<Aws::String, Aws::String>& GetTags() const{ return m_tags; } /** * <p>A collection of labels, in the form of key-value pairs, that apply to this * resource.</p> */ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** * <p>A collection of labels, in the form of key-value pairs, that apply to this * resource.</p> */ inline void SetTags(const Aws::Map<Aws::String, Aws::String>& value) { m_tagsHasBeenSet = true; m_tags = value; } /** * <p>A collection of labels, in the form of key-value pairs, that apply to this * resource.</p> */ inline void SetTags(Aws::Map<Aws::String, Aws::String>&& value) { m_tagsHasBeenSet = true; m_tags = std::move(value); } /** * <p>A collection of labels, in the form of key-value pairs, that apply to this * resource.</p> */ inline CreateStreamingImageRequest& WithTags(const Aws::Map<Aws::String, Aws::String>& value) { SetTags(value); return *this;} /** * <p>A collection of labels, in the form of key-value pairs, that apply to this * resource.</p> */ inline CreateStreamingImageRequest& WithTags(Aws::Map<Aws::String, Aws::String>&& value) { SetTags(std::move(value)); return *this;} /** * <p>A collection of labels, in the form of key-value pairs, that apply to this * resource.</p> */ inline CreateStreamingImageRequest& AddTags(const Aws::String& key, const Aws::String& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, value); return *this; } /** * <p>A collection of labels, in the form of key-value pairs, that apply to this * resource.</p> */ inline CreateStreamingImageRequest& AddTags(Aws::String&& key, const Aws::String& value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), value); return *this; } /** * <p>A collection of labels, in the form of key-value pairs, that apply to this * resource.</p> */ inline CreateStreamingImageRequest& AddTags(const Aws::String& key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, std::move(value)); return *this; } /** * <p>A collection of labels, in the form of key-value pairs, that apply to this * resource.</p> */ inline CreateStreamingImageRequest& AddTags(Aws::String&& key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), std::move(value)); return *this; } /** * <p>A collection of labels, in the form of key-value pairs, that apply to this * resource.</p> */ inline CreateStreamingImageRequest& AddTags(const char* key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, std::move(value)); return *this; } /** * <p>A collection of labels, in the form of key-value pairs, that apply to this * resource.</p> */ inline CreateStreamingImageRequest& AddTags(Aws::String&& key, const char* value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), value); return *this; } /** * <p>A collection of labels, in the form of key-value pairs, that apply to this * resource.</p> */ inline CreateStreamingImageRequest& AddTags(const char* key, const char* value) { m_tagsHasBeenSet = true; m_tags.emplace(key, value); return *this; } private: Aws::String m_clientToken; bool m_clientTokenHasBeenSet = false; Aws::String m_description; bool m_descriptionHasBeenSet = false; Aws::String m_ec2ImageId; bool m_ec2ImageIdHasBeenSet = false; Aws::String m_name; bool m_nameHasBeenSet = false; Aws::String m_studioId; bool m_studioIdHasBeenSet = false; Aws::Map<Aws::String, Aws::String> m_tags; bool m_tagsHasBeenSet = false; }; } // namespace Model } // namespace NimbleStudio } // namespace Aws