@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceSpecificCredential extends Object implements Serializable, Cloneable
Contains the details of a service specific credential.
Constructor and Description |
---|
ServiceSpecificCredential() |
Modifier and Type | Method and Description |
---|---|
ServiceSpecificCredential |
clone() |
boolean |
equals(Object obj) |
Date |
getCreateDate()
The date and time, in ISO 8601 date-time format, when the
service-specific credential were created.
|
String |
getServiceName()
The name of the service associated with the service-specific credential.
|
String |
getServicePassword()
The generated password for the service-specific credential.
|
String |
getServiceSpecificCredentialId()
The unique identifier for the service-specific credential.
|
String |
getServiceUserName()
The generated user name for the service-specific credential.
|
String |
getStatus()
The status of the service-specific credential.
|
String |
getUserName()
The name of the IAM user associated with the service-specific credential.
|
int |
hashCode() |
void |
setCreateDate(Date createDate)
The date and time, in ISO 8601 date-time format, when the
service-specific credential were created.
|
void |
setServiceName(String serviceName)
The name of the service associated with the service-specific credential.
|
void |
setServicePassword(String servicePassword)
The generated password for the service-specific credential.
|
void |
setServiceSpecificCredentialId(String serviceSpecificCredentialId)
The unique identifier for the service-specific credential.
|
void |
setServiceUserName(String serviceUserName)
The generated user name for the service-specific credential.
|
void |
setStatus(StatusType status)
The status of the service-specific credential.
|
void |
setStatus(String status)
The status of the service-specific credential.
|
void |
setUserName(String userName)
The name of the IAM user associated with the service-specific credential.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ServiceSpecificCredential |
withCreateDate(Date createDate)
The date and time, in ISO 8601 date-time format, when the
service-specific credential were created.
|
ServiceSpecificCredential |
withServiceName(String serviceName)
The name of the service associated with the service-specific credential.
|
ServiceSpecificCredential |
withServicePassword(String servicePassword)
The generated password for the service-specific credential.
|
ServiceSpecificCredential |
withServiceSpecificCredentialId(String serviceSpecificCredentialId)
The unique identifier for the service-specific credential.
|
ServiceSpecificCredential |
withServiceUserName(String serviceUserName)
The generated user name for the service-specific credential.
|
ServiceSpecificCredential |
withStatus(StatusType status)
The status of the service-specific credential.
|
ServiceSpecificCredential |
withStatus(String status)
The status of the service-specific credential.
|
ServiceSpecificCredential |
withUserName(String userName)
The name of the IAM user associated with the service-specific credential.
|
public void setCreateDate(Date createDate)
The date and time, in ISO 8601 date-time format, when the service-specific credential were created.
createDate
- The date and time, in ISO 8601 date-time format, when the
service-specific credential were created.public Date getCreateDate()
The date and time, in ISO 8601 date-time format, when the service-specific credential were created.
public ServiceSpecificCredential withCreateDate(Date createDate)
The date and time, in ISO 8601 date-time format, when the service-specific credential were created.
createDate
- The date and time, in ISO 8601 date-time format, when the
service-specific credential were created.public void setServiceName(String serviceName)
The name of the service associated with the service-specific credential.
serviceName
- The name of the service associated with the service-specific credential.public String getServiceName()
The name of the service associated with the service-specific credential.
public ServiceSpecificCredential withServiceName(String serviceName)
The name of the service associated with the service-specific credential.
serviceName
- The name of the service associated with the service-specific credential.public void setServiceUserName(String serviceUserName)
The generated user name for the service-specific credential. This value is generated by combining the IAM user's
name combined with the ID number of the AWS account, as in jane-at-123456789012
, for example. This
value cannot be configured by the user.
serviceUserName
- The generated user name for the service-specific credential. This value is generated by combining the IAM
user's name combined with the ID number of the AWS account, as in jane-at-123456789012
, for
example. This value cannot be configured by the user.public String getServiceUserName()
The generated user name for the service-specific credential. This value is generated by combining the IAM user's
name combined with the ID number of the AWS account, as in jane-at-123456789012
, for example. This
value cannot be configured by the user.
jane-at-123456789012
, for
example. This value cannot be configured by the user.public ServiceSpecificCredential withServiceUserName(String serviceUserName)
The generated user name for the service-specific credential. This value is generated by combining the IAM user's
name combined with the ID number of the AWS account, as in jane-at-123456789012
, for example. This
value cannot be configured by the user.
serviceUserName
- The generated user name for the service-specific credential. This value is generated by combining the IAM
user's name combined with the ID number of the AWS account, as in jane-at-123456789012
, for
example. This value cannot be configured by the user.public void setServicePassword(String servicePassword)
The generated password for the service-specific credential.
servicePassword
- The generated password for the service-specific credential.public String getServicePassword()
The generated password for the service-specific credential.
public ServiceSpecificCredential withServicePassword(String servicePassword)
The generated password for the service-specific credential.
servicePassword
- The generated password for the service-specific credential.public void setServiceSpecificCredentialId(String serviceSpecificCredentialId)
The unique identifier for the service-specific credential.
serviceSpecificCredentialId
- The unique identifier for the service-specific credential.public String getServiceSpecificCredentialId()
The unique identifier for the service-specific credential.
public ServiceSpecificCredential withServiceSpecificCredentialId(String serviceSpecificCredentialId)
The unique identifier for the service-specific credential.
serviceSpecificCredentialId
- The unique identifier for the service-specific credential.public void setUserName(String userName)
The name of the IAM user associated with the service-specific credential.
userName
- The name of the IAM user associated with the service-specific credential.public String getUserName()
The name of the IAM user associated with the service-specific credential.
public ServiceSpecificCredential withUserName(String userName)
The name of the IAM user associated with the service-specific credential.
userName
- The name of the IAM user associated with the service-specific credential.public void setStatus(String status)
The status of the service-specific credential. Active
means the key is valid for API calls, while
Inactive
means it is not.
status
- The status of the service-specific credential. Active
means the key is valid for API calls,
while Inactive
means it is not.StatusType
public String getStatus()
The status of the service-specific credential. Active
means the key is valid for API calls, while
Inactive
means it is not.
Active
means the key is valid for API calls,
while Inactive
means it is not.StatusType
public ServiceSpecificCredential withStatus(String status)
The status of the service-specific credential. Active
means the key is valid for API calls, while
Inactive
means it is not.
status
- The status of the service-specific credential. Active
means the key is valid for API calls,
while Inactive
means it is not.StatusType
public void setStatus(StatusType status)
The status of the service-specific credential. Active
means the key is valid for API calls, while
Inactive
means it is not.
status
- The status of the service-specific credential. Active
means the key is valid for API calls,
while Inactive
means it is not.StatusType
public ServiceSpecificCredential withStatus(StatusType status)
The status of the service-specific credential. Active
means the key is valid for API calls, while
Inactive
means it is not.
status
- The status of the service-specific credential. Active
means the key is valid for API calls,
while Inactive
means it is not.StatusType
public String toString()
toString
in class Object
Object.toString()
public ServiceSpecificCredential clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.