7#include <aws/codedeploy/CodeDeployRequest.h>
8#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
9#include <aws/codedeploy/model/ComputePlatform.h>
10#include <aws/codedeploy/model/Tag.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
47 template <
typename ApplicationNameT = Aws::String>
49 m_applicationNameHasBeenSet =
true;
50 m_applicationName = std::forward<ApplicationNameT>(value);
52 template <
typename ApplicationNameT = Aws::String>
67 m_computePlatformHasBeenSet =
true;
68 m_computePlatform = value;
84 template <
typename TagsT = Aws::Vector<Tag>>
86 m_tagsHasBeenSet =
true;
87 m_tags = std::forward<TagsT>(value);
89 template <
typename TagsT = Aws::Vector<Tag>>
91 SetTags(std::forward<TagsT>(value));
94 template <
typename TagsT = Tag>
96 m_tagsHasBeenSet =
true;
97 m_tags.emplace_back(std::forward<TagsT>(value));
107 bool m_applicationNameHasBeenSet =
false;
108 bool m_computePlatformHasBeenSet =
false;
109 bool m_tagsHasBeenSet =
false;
bool TagsHasBeenSet() const
bool ApplicationNameHasBeenSet() const
const Aws::String & GetApplicationName() const
const Aws::Vector< Tag > & GetTags() const
ComputePlatform GetComputePlatform() const
virtual const char * GetServiceRequestName() const override
void SetComputePlatform(ComputePlatform value)
AWS_CODEDEPLOY_API Aws::String SerializePayload() const override
void SetTags(TagsT &&value)
AWS_CODEDEPLOY_API CreateApplicationRequest()=default
void SetApplicationName(ApplicationNameT &&value)
AWS_CODEDEPLOY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateApplicationRequest & AddTags(TagsT &&value)
CreateApplicationRequest & WithTags(TagsT &&value)
CreateApplicationRequest & WithComputePlatform(ComputePlatform value)
bool ComputePlatformHasBeenSet() const
CreateApplicationRequest & WithApplicationName(ApplicationNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector