7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/iam/IAM_EXPORTS.h>
11#include <aws/iam/model/ReportFormatType.h>
12#include <aws/iam/model/ResponseMetadata.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
45 template <
typename ContentT = Aws::Utils::ByteBuffer>
47 m_contentHasBeenSet =
true;
48 m_content = std::forward<ContentT>(value);
50 template <
typename ContentT = Aws::Utils::ByteBuffer>
63 m_reportFormatHasBeenSet =
true;
64 m_reportFormat = value;
78 template <
typename GeneratedTimeT = Aws::Utils::DateTime>
80 m_generatedTimeHasBeenSet =
true;
81 m_generatedTime = std::forward<GeneratedTimeT>(value);
83 template <
typename GeneratedTimeT = Aws::Utils::DateTime>
93 template <
typename ResponseMetadataT = ResponseMetadata>
95 m_responseMetadataHasBeenSet =
true;
96 m_responseMetadata = std::forward<ResponseMetadataT>(value);
98 template <
typename ResponseMetadataT = ResponseMetadata>
113 ResponseMetadata m_responseMetadata;
115 bool m_contentHasBeenSet =
false;
116 bool m_reportFormatHasBeenSet =
false;
117 bool m_generatedTimeHasBeenSet =
false;
118 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::Http::HttpResponseCode GetHttpResponseCode() 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