7#include <aws/iam/IAM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/iam/model/StatusType.h>
66 inline void SetServiceName(
const char* value) { m_serviceNameHasBeenSet =
true; m_serviceName.assign(value); }
83 inline void SetServiceUserName(
const char* value) { m_serviceUserNameHasBeenSet =
true; m_serviceUserName.assign(value); }
97 inline void SetServicePassword(
const char* value) { m_servicePasswordHasBeenSet =
true; m_servicePassword.assign(value); }
125 inline void SetUserName(
const char* value) { m_userNameHasBeenSet =
true; m_userName.assign(value); }
146 bool m_createDateHasBeenSet =
false;
149 bool m_serviceNameHasBeenSet =
false;
152 bool m_serviceUserNameHasBeenSet =
false;
155 bool m_servicePasswordHasBeenSet =
false;
158 bool m_serviceSpecificCredentialIdHasBeenSet =
false;
161 bool m_userNameHasBeenSet =
false;
164 bool m_statusHasBeenSet =
false;
void SetStatus(const StatusType &value)
const Aws::String & GetServiceSpecificCredentialId() const
void SetServiceName(Aws::String &&value)
bool CreateDateHasBeenSet() const
ServiceSpecificCredential & WithServiceUserName(const char *value)
void SetServiceUserName(const Aws::String &value)
void SetServiceSpecificCredentialId(Aws::String &&value)
ServiceSpecificCredential & WithServiceSpecificCredentialId(const Aws::String &value)
const Aws::Utils::DateTime & GetCreateDate() const
void SetServiceName(const char *value)
void SetServiceUserName(const char *value)
ServiceSpecificCredential & WithCreateDate(Aws::Utils::DateTime &&value)
ServiceSpecificCredential & WithUserName(const char *value)
const Aws::String & GetServiceUserName() const
bool UserNameHasBeenSet() const
AWS_IAM_API ServiceSpecificCredential()
const StatusType & GetStatus() const
ServiceSpecificCredential & WithServicePassword(const Aws::String &value)
bool StatusHasBeenSet() const
ServiceSpecificCredential & WithServicePassword(Aws::String &&value)
void SetUserName(const char *value)
ServiceSpecificCredential & WithServiceUserName(Aws::String &&value)
void SetServiceSpecificCredentialId(const Aws::String &value)
bool ServicePasswordHasBeenSet() const
ServiceSpecificCredential & WithStatus(StatusType &&value)
bool ServiceNameHasBeenSet() const
bool ServiceSpecificCredentialIdHasBeenSet() const
void SetCreateDate(Aws::Utils::DateTime &&value)
const Aws::String & GetUserName() const
void SetServicePassword(const Aws::String &value)
void SetServiceUserName(Aws::String &&value)
const Aws::String & GetServicePassword() const
ServiceSpecificCredential & WithStatus(const StatusType &value)
AWS_IAM_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetStatus(StatusType &&value)
ServiceSpecificCredential & WithServiceName(const Aws::String &value)
AWS_IAM_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_IAM_API ServiceSpecificCredential(const Aws::Utils::Xml::XmlNode &xmlNode)
ServiceSpecificCredential & WithCreateDate(const Aws::Utils::DateTime &value)
ServiceSpecificCredential & WithServicePassword(const char *value)
void SetUserName(Aws::String &&value)
void SetUserName(const Aws::String &value)
void SetServiceSpecificCredentialId(const char *value)
bool ServiceUserNameHasBeenSet() const
ServiceSpecificCredential & WithServiceSpecificCredentialId(const char *value)
void SetCreateDate(const Aws::Utils::DateTime &value)
ServiceSpecificCredential & WithServiceName(Aws::String &&value)
ServiceSpecificCredential & WithServiceUserName(const Aws::String &value)
ServiceSpecificCredential & WithServiceName(const char *value)
ServiceSpecificCredential & WithUserName(const Aws::String &value)
ServiceSpecificCredential & WithServiceSpecificCredentialId(Aws::String &&value)
AWS_IAM_API ServiceSpecificCredential & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetServicePassword(const char *value)
const Aws::String & GetServiceName() const
void SetServicePassword(Aws::String &&value)
void SetServiceName(const Aws::String &value)
ServiceSpecificCredential & WithUserName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream