7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/iam/IAM_EXPORTS.h>
10#include <aws/iam/model/ReportFormatType.h>
11#include <aws/iam/model/ResponseMetadata.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
44 template <
typename ContentT = Aws::Utils::ByteBuffer>
46 m_contentHasBeenSet =
true;
47 m_content = std::forward<ContentT>(value);
49 template <
typename ContentT = Aws::Utils::ByteBuffer>
62 m_reportFormatHasBeenSet =
true;
63 m_reportFormat = value;
77 template <
typename GeneratedTimeT = Aws::Utils::DateTime>
79 m_generatedTimeHasBeenSet =
true;
80 m_generatedTime = std::forward<GeneratedTimeT>(value);
82 template <
typename GeneratedTimeT = Aws::Utils::DateTime>
92 template <
typename ResponseMetadataT = ResponseMetadata>
94 m_responseMetadataHasBeenSet =
true;
95 m_responseMetadata = std::forward<ResponseMetadataT>(value);
97 template <
typename ResponseMetadataT = ResponseMetadata>
110 ResponseMetadata m_responseMetadata;
111 bool m_contentHasBeenSet =
false;
112 bool m_reportFormatHasBeenSet =
false;
113 bool m_generatedTimeHasBeenSet =
false;
114 bool m_responseMetadataHasBeenSet =
false;
const ResponseMetadata & GetResponseMetadata() const
void SetContent(ContentT &&value)
AWS_IAM_API GetCredentialReportResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::Utils::ByteBuffer & GetContent() const
void SetResponseMetadata(ResponseMetadataT &&value)
void SetReportFormat(ReportFormatType value)
GetCredentialReportResult & WithGeneratedTime(GeneratedTimeT &&value)
AWS_IAM_API GetCredentialReportResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
GetCredentialReportResult & WithContent(ContentT &&value)
const Aws::Utils::DateTime & GetGeneratedTime() const
AWS_IAM_API GetCredentialReportResult()=default
void SetGeneratedTime(GeneratedTimeT &&value)
GetCredentialReportResult & WithReportFormat(ReportFormatType value)
GetCredentialReportResult & WithResponseMetadata(ResponseMetadataT &&value)
ReportFormatType GetReportFormat() const
Aws::Utils::Xml::XmlDocument XmlDocument