7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/ResourceIdentifier.h>
10#include <aws/core/utils/DateTime.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
40 template<
typename CheckNameT = Aws::String>
41 void SetCheckName(CheckNameT&& value) { m_checkNameHasBeenSet =
true; m_checkName = std::forward<CheckNameT>(value); }
42 template<
typename CheckNameT = Aws::String>
49 template<
typename ResourceIdentifierT = ResourceIdentifier>
50 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
51 template<
typename ResourceIdentifierT = ResourceIdentifier>
60 template<
typename ExpirationDateT = Aws::Utils::DateTime>
61 void SetExpirationDate(ExpirationDateT&& value) { m_expirationDateHasBeenSet =
true; m_expirationDate = std::forward<ExpirationDateT>(value); }
62 template<
typename ExpirationDateT = Aws::Utils::DateTime>
71 inline void SetSuppressIndefinitely(
bool value) { m_suppressIndefinitelyHasBeenSet =
true; m_suppressIndefinitely = value; }
80 template<
typename DescriptionT = Aws::String>
81 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
82 template<
typename DescriptionT = Aws::String>
89 template<
typename RequestIdT = Aws::String>
90 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
91 template<
typename RequestIdT = Aws::String>
97 bool m_checkNameHasBeenSet =
false;
100 bool m_resourceIdentifierHasBeenSet =
false;
103 bool m_expirationDateHasBeenSet =
false;
105 bool m_suppressIndefinitely{
false};
106 bool m_suppressIndefinitelyHasBeenSet =
false;
109 bool m_descriptionHasBeenSet =
false;
112 bool m_requestIdHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
AWS_IOT_API DescribeAuditSuppressionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCheckName(CheckNameT &&value)
AWS_IOT_API DescribeAuditSuppressionResult()=default
const ResourceIdentifier & GetResourceIdentifier() const
bool GetSuppressIndefinitely() const
DescribeAuditSuppressionResult & WithCheckName(CheckNameT &&value)
const Aws::Utils::DateTime & GetExpirationDate() const
AWS_IOT_API DescribeAuditSuppressionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeAuditSuppressionResult & WithSuppressIndefinitely(bool value)
void SetExpirationDate(ExpirationDateT &&value)
const Aws::String & GetCheckName() const
void SetResourceIdentifier(ResourceIdentifierT &&value)
void SetRequestId(RequestIdT &&value)
DescribeAuditSuppressionResult & WithResourceIdentifier(ResourceIdentifierT &&value)
const Aws::String & GetRequestId() const
DescribeAuditSuppressionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetDescription() const
DescribeAuditSuppressionResult & WithExpirationDate(ExpirationDateT &&value)
DescribeAuditSuppressionResult & WithDescription(DescriptionT &&value)
void SetSuppressIndefinitely(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue