7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/proton/ProtonRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "UpdateEnvironmentAccountConnection"; }
45 template<
typename CodebuildRoleArnT = Aws::String>
46 void SetCodebuildRoleArn(CodebuildRoleArnT&& value) { m_codebuildRoleArnHasBeenSet =
true; m_codebuildRoleArn = std::forward<CodebuildRoleArnT>(value); }
47 template<
typename CodebuildRoleArnT = Aws::String>
65 template<
typename ComponentRoleArnT = Aws::String>
66 void SetComponentRoleArn(ComponentRoleArnT&& value) { m_componentRoleArnHasBeenSet =
true; m_componentRoleArn = std::forward<ComponentRoleArnT>(value); }
67 template<
typename ComponentRoleArnT = Aws::String>
77 template<
typename IdT = Aws::String>
78 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
79 template<
typename IdT = Aws::String>
90 template<
typename RoleArnT = Aws::String>
91 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
92 template<
typename RoleArnT = Aws::String>
98 bool m_codebuildRoleArnHasBeenSet =
false;
101 bool m_componentRoleArnHasBeenSet =
false;
104 bool m_idHasBeenSet =
false;
107 bool m_roleArnHasBeenSet =
false;
AWS_PROTON_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetCodebuildRoleArn() const
bool IdHasBeenSet() const
void SetComponentRoleArn(ComponentRoleArnT &&value)
void SetCodebuildRoleArn(CodebuildRoleArnT &&value)
const Aws::String & GetId() const
AWS_PROTON_API Aws::String SerializePayload() const override
bool CodebuildRoleArnHasBeenSet() const
UpdateEnvironmentAccountConnectionRequest & WithCodebuildRoleArn(CodebuildRoleArnT &&value)
AWS_PROTON_API UpdateEnvironmentAccountConnectionRequest()=default
UpdateEnvironmentAccountConnectionRequest & WithComponentRoleArn(ComponentRoleArnT &&value)
virtual const char * GetServiceRequestName() const override
UpdateEnvironmentAccountConnectionRequest & WithId(IdT &&value)
const Aws::String & GetRoleArn() const
UpdateEnvironmentAccountConnectionRequest & WithRoleArn(RoleArnT &&value)
bool RoleArnHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetComponentRoleArn() const
bool ComponentRoleArnHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String