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>
47 inline void SetVersion(
long long value) { m_versionHasBeenSet =
true; m_version = value; }
100 inline void SetCreatedDate(
const char* value) { m_createdDateHasBeenSet =
true; m_createdDate.assign(value); }
108 bool m_versionHasBeenSet =
false;
111 bool m_compatibleRuntimesHasBeenSet =
false;
114 bool m_createdDateHasBeenSet =
false;
AWS_SECURITYHUB_API AwsLambdaLayerVersionDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsLambdaLayerVersionDetails & AddCompatibleRuntimes(const Aws::String &value)
AwsLambdaLayerVersionDetails & AddCompatibleRuntimes(const char *value)
const Aws::String & GetCreatedDate() const
bool VersionHasBeenSet() const
void SetVersion(long long value)
void SetCreatedDate(Aws::String &&value)
AwsLambdaLayerVersionDetails & WithCreatedDate(const char *value)
AwsLambdaLayerVersionDetails & AddCompatibleRuntimes(Aws::String &&value)
AwsLambdaLayerVersionDetails & WithCompatibleRuntimes(const Aws::Vector< Aws::String > &value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
long long GetVersion() const
void SetCompatibleRuntimes(Aws::Vector< Aws::String > &&value)
void SetCreatedDate(const char *value)
AwsLambdaLayerVersionDetails & WithVersion(long long value)
bool CreatedDateHasBeenSet() const
void SetCreatedDate(const Aws::String &value)
AwsLambdaLayerVersionDetails & WithCreatedDate(const Aws::String &value)
bool CompatibleRuntimesHasBeenSet() const
void SetCompatibleRuntimes(const Aws::Vector< Aws::String > &value)
AwsLambdaLayerVersionDetails & WithCompatibleRuntimes(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetCompatibleRuntimes() const
AWS_SECURITYHUB_API AwsLambdaLayerVersionDetails()
AwsLambdaLayerVersionDetails & WithCreatedDate(Aws::String &&value)
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