7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline long long GetVersion()
const {
return m_version; }
47 inline void SetVersion(
long long value) { m_versionHasBeenSet =
true; m_version = value; }
69 template<
typename CompatibleRuntimesT = Aws::Vector<Aws::String>>
70 void SetCompatibleRuntimes(CompatibleRuntimesT&& value) { m_compatibleRuntimesHasBeenSet =
true; m_compatibleRuntimes = std::forward<CompatibleRuntimesT>(value); }
71 template<
typename CompatibleRuntimesT = Aws::Vector<Aws::String>>
73 template<
typename CompatibleRuntimesT = Aws::String>
85 template<
typename CreatedDateT = Aws::String>
86 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
87 template<
typename CreatedDateT = Aws::String>
92 long long m_version{0};
93 bool m_versionHasBeenSet =
false;
96 bool m_compatibleRuntimesHasBeenSet =
false;
99 bool m_createdDateHasBeenSet =
false;
AWS_SECURITYHUB_API AwsLambdaLayerVersionDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCreatedDate() const
bool VersionHasBeenSet() const
void SetVersion(long long value)
AWS_SECURITYHUB_API AwsLambdaLayerVersionDetails()=default
void SetCreatedDate(CreatedDateT &&value)
void SetCompatibleRuntimes(CompatibleRuntimesT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
long long GetVersion() const
AwsLambdaLayerVersionDetails & WithVersion(long long value)
AwsLambdaLayerVersionDetails & WithCompatibleRuntimes(CompatibleRuntimesT &&value)
bool CreatedDateHasBeenSet() const
AwsLambdaLayerVersionDetails & AddCompatibleRuntimes(CompatibleRuntimesT &&value)
AwsLambdaLayerVersionDetails & WithCreatedDate(CreatedDateT &&value)
bool CompatibleRuntimesHasBeenSet() const
const Aws::Vector< Aws::String > & GetCompatibleRuntimes() const
AWS_SECURITYHUB_API AwsLambdaLayerVersionDetails(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue