7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/CodeDeployRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codedeploy/model/ComputePlatform.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/codedeploy/model/Tag.h>
51 template<
typename ApplicationNameT = Aws::String>
52 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
53 template<
typename ApplicationNameT = Aws::String>
76 template<
typename TagsT = Aws::Vector<Tag>>
77 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
78 template<
typename TagsT = Aws::Vector<Tag>>
80 template<
typename TagsT = Tag>
86 bool m_applicationNameHasBeenSet =
false;
89 bool m_computePlatformHasBeenSet =
false;
92 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