7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/securityhub/model/AwsApiGatewayEndpointConfiguration.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
87 template<
typename CreatedDateT = Aws::String>
88 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
89 template<
typename CreatedDateT = Aws::String>
99 template<
typename VersionT = Aws::String>
100 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
101 template<
typename VersionT = Aws::String>
111 template<
typename BinaryMediaTypesT = Aws::Vector<Aws::String>>
112 void SetBinaryMediaTypes(BinaryMediaTypesT&& value) { m_binaryMediaTypesHasBeenSet =
true; m_binaryMediaTypes = std::forward<BinaryMediaTypesT>(value); }
113 template<
typename BinaryMediaTypesT = Aws::Vector<Aws::String>>
115 template<
typename BinaryMediaTypesT = Aws::String>
141 template<
typename ApiKeySourceT = Aws::String>
142 void SetApiKeySource(ApiKeySourceT&& value) { m_apiKeySourceHasBeenSet =
true; m_apiKeySource = std::forward<ApiKeySourceT>(value); }
143 template<
typename ApiKeySourceT = Aws::String>
153 template<
typename Endpo
intConfigurationT = AwsApiGatewayEndpo
intConfiguration>
154 void SetEndpointConfiguration(EndpointConfigurationT&& value) { m_endpointConfigurationHasBeenSet =
true; m_endpointConfiguration = std::forward<EndpointConfigurationT>(value); }
155 template<
typename Endpo
intConfigurationT = AwsApiGatewayEndpo
intConfiguration>
161 bool m_idHasBeenSet =
false;
164 bool m_nameHasBeenSet =
false;
167 bool m_descriptionHasBeenSet =
false;
170 bool m_createdDateHasBeenSet =
false;
173 bool m_versionHasBeenSet =
false;
176 bool m_binaryMediaTypesHasBeenSet =
false;
178 int m_minimumCompressionSize{0};
179 bool m_minimumCompressionSizeHasBeenSet =
false;
182 bool m_apiKeySourceHasBeenSet =
false;
184 AwsApiGatewayEndpointConfiguration m_endpointConfiguration;
185 bool m_endpointConfigurationHasBeenSet =
false;
const Aws::String & GetCreatedDate() const
void SetMinimumCompressionSize(int value)
AWS_SECURITYHUB_API AwsApiGatewayRestApiDetails()=default
const Aws::String & GetDescription() const
const Aws::String & GetVersion() const
AwsApiGatewayRestApiDetails & WithDescription(DescriptionT &&value)
AwsApiGatewayRestApiDetails & AddBinaryMediaTypes(BinaryMediaTypesT &&value)
int GetMinimumCompressionSize() const
bool ApiKeySourceHasBeenSet() const
const AwsApiGatewayEndpointConfiguration & GetEndpointConfiguration() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool DescriptionHasBeenSet() const
AWS_SECURITYHUB_API AwsApiGatewayRestApiDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetBinaryMediaTypes() const
const Aws::String & GetId() const
AwsApiGatewayRestApiDetails & WithBinaryMediaTypes(BinaryMediaTypesT &&value)
bool IdHasBeenSet() const
AwsApiGatewayRestApiDetails & WithApiKeySource(ApiKeySourceT &&value)
bool CreatedDateHasBeenSet() const
AwsApiGatewayRestApiDetails & WithId(IdT &&value)
void SetVersion(VersionT &&value)
const Aws::String & GetApiKeySource() const
AwsApiGatewayRestApiDetails & WithCreatedDate(CreatedDateT &&value)
AwsApiGatewayRestApiDetails & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
bool VersionHasBeenSet() const
void SetApiKeySource(ApiKeySourceT &&value)
AwsApiGatewayRestApiDetails & WithMinimumCompressionSize(int value)
void SetBinaryMediaTypes(BinaryMediaTypesT &&value)
void SetCreatedDate(CreatedDateT &&value)
const Aws::String & GetName() const
bool EndpointConfigurationHasBeenSet() const
AwsApiGatewayRestApiDetails & WithVersion(VersionT &&value)
bool NameHasBeenSet() const
void SetEndpointConfiguration(EndpointConfigurationT &&value)
bool MinimumCompressionSizeHasBeenSet() const
bool BinaryMediaTypesHasBeenSet() const
AWS_SECURITYHUB_API AwsApiGatewayRestApiDetails(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
AwsApiGatewayRestApiDetails & WithEndpointConfiguration(EndpointConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue