7#include <aws/iam/IAM_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/iam/model/ReportFormatType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/iam/model/ResponseMetadata.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
50 template<
typename ContentT = Aws::Utils::ByteBuffer>
51 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
52 template<
typename ContentT = Aws::Utils::ByteBuffer>
71 template<
typename GeneratedTimeT = Aws::Utils::DateTime>
72 void SetGeneratedTime(GeneratedTimeT&& value) { m_generatedTimeHasBeenSet =
true; m_generatedTime = std::forward<GeneratedTimeT>(value); }
73 template<
typename GeneratedTimeT = Aws::Utils::DateTime>
80 template<
typename ResponseMetadataT = ResponseMetadata>
81 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
82 template<
typename ResponseMetadataT = ResponseMetadata>
88 bool m_contentHasBeenSet =
false;
91 bool m_reportFormatHasBeenSet =
false;
94 bool m_generatedTimeHasBeenSet =
false;
96 ResponseMetadata m_responseMetadata;
97 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