/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Specifies how many protections of a given type you can create.See
* Also:
AWS API
* Reference
The type of protection.
*/ inline const Aws::String& GetType() const{ return m_type; } /** *The type of protection.
*/ inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; } /** *The type of protection.
*/ inline void SetType(const Aws::String& value) { m_typeHasBeenSet = true; m_type = value; } /** *The type of protection.
*/ inline void SetType(Aws::String&& value) { m_typeHasBeenSet = true; m_type = std::move(value); } /** *The type of protection.
*/ inline void SetType(const char* value) { m_typeHasBeenSet = true; m_type.assign(value); } /** *The type of protection.
*/ inline Limit& WithType(const Aws::String& value) { SetType(value); return *this;} /** *The type of protection.
*/ inline Limit& WithType(Aws::String&& value) { SetType(std::move(value)); return *this;} /** *The type of protection.
*/ inline Limit& WithType(const char* value) { SetType(value); return *this;} /** *The maximum number of protections that can be created for the specified
* Type
.
The maximum number of protections that can be created for the specified
* Type
.
The maximum number of protections that can be created for the specified
* Type
.
The maximum number of protections that can be created for the specified
* Type
.