23 namespace ElasticBeanstalk
72 inline void SetEnvironmentId(
const char* value) { m_environmentIdHasBeenSet =
true; m_environmentId.assign(value); }
135 inline void SetEnvironmentName(
const char* value) { m_environmentNameHasBeenSet =
true; m_environmentName.assign(value); }
191 bool m_environmentIdHasBeenSet;
193 bool m_environmentNameHasBeenSet;
195 bool m_infoTypeHasBeenSet;
const Aws::String & GetEnvironmentName() const
#define AWS_ELASTICBEANSTALK_API
RequestEnvironmentInfoRequest & WithEnvironmentId(Aws::String &&value)
RequestEnvironmentInfoRequest & WithInfoType(const EnvironmentInfoType &value)
void SetInfoType(const EnvironmentInfoType &value)
RequestEnvironmentInfoRequest & WithInfoType(EnvironmentInfoType &&value)
RequestEnvironmentInfoRequest & WithEnvironmentName(Aws::String &&value)
RequestEnvironmentInfoRequest & WithEnvironmentName(const char *value)
void SetEnvironmentId(Aws::String &&value)
void SetEnvironmentName(Aws::String &&value)
RequestEnvironmentInfoRequest & WithEnvironmentId(const Aws::String &value)
const EnvironmentInfoType & GetInfoType() const
void SetEnvironmentName(const Aws::String &value)
void SetInfoType(EnvironmentInfoType &&value)
void SetEnvironmentId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetEnvironmentName(const char *value)
void SetEnvironmentId(const char *value)
RequestEnvironmentInfoRequest & WithEnvironmentId(const char *value)
RequestEnvironmentInfoRequest & WithEnvironmentName(const Aws::String &value)
const Aws::String & GetEnvironmentId() const
JSON (JavaScript Object Notation).