7#include <aws/cloud9/Cloud9_EXPORTS.h>
8#include <aws/cloud9/Cloud9Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cloud9/model/ManagedCredentialsAction.h>
44 template<
typename EnvironmentIdT = Aws::String>
45 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
46 template<
typename EnvironmentIdT = Aws::String>
56 template<
typename NameT = Aws::String>
57 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
58 template<
typename NameT = Aws::String>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
93 bool m_environmentIdHasBeenSet =
false;
96 bool m_nameHasBeenSet =
false;
99 bool m_descriptionHasBeenSet =
false;
102 bool m_managedCredentialsActionHasBeenSet =
false;
const Aws::String & GetName() const
const Aws::String & GetEnvironmentId() const
bool ManagedCredentialsActionHasBeenSet() const
bool EnvironmentIdHasBeenSet() const
UpdateEnvironmentRequest & WithDescription(DescriptionT &&value)
UpdateEnvironmentRequest & WithEnvironmentId(EnvironmentIdT &&value)
void SetManagedCredentialsAction(ManagedCredentialsAction value)
bool DescriptionHasBeenSet() const
void SetEnvironmentId(EnvironmentIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDescription() const
UpdateEnvironmentRequest & WithName(NameT &&value)
AWS_CLOUD9_API UpdateEnvironmentRequest()=default
void SetName(NameT &&value)
AWS_CLOUD9_API Aws::String SerializePayload() const override
UpdateEnvironmentRequest & WithManagedCredentialsAction(ManagedCredentialsAction value)
AWS_CLOUD9_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDescription(DescriptionT &&value)
ManagedCredentialsAction GetManagedCredentialsAction() const
bool NameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String