@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetServiceSpecificCredentialResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ResetServiceSpecificCredentialResult() |
Modifier and Type | Method and Description |
---|---|
ResetServiceSpecificCredentialResult |
clone() |
boolean |
equals(Object obj) |
ServiceSpecificCredential |
getServiceSpecificCredential()
A structure with details about the updated service-specific credential, including the new password.
|
int |
hashCode() |
void |
setServiceSpecificCredential(ServiceSpecificCredential serviceSpecificCredential)
A structure with details about the updated service-specific credential, including the new password.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ResetServiceSpecificCredentialResult |
withServiceSpecificCredential(ServiceSpecificCredential serviceSpecificCredential)
A structure with details about the updated service-specific credential, including the new password.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ResetServiceSpecificCredentialResult()
public void setServiceSpecificCredential(ServiceSpecificCredential serviceSpecificCredential)
A structure with details about the updated service-specific credential, including the new password.
This is the only time that you can access the password. You cannot recover the password later, but you can reset it again.
serviceSpecificCredential
- A structure with details about the updated service-specific credential, including the new password.
This is the only time that you can access the password. You cannot recover the password later, but you can reset it again.
public ServiceSpecificCredential getServiceSpecificCredential()
A structure with details about the updated service-specific credential, including the new password.
This is the only time that you can access the password. You cannot recover the password later, but you can reset it again.
This is the only time that you can access the password. You cannot recover the password later, but you can reset it again.
public ResetServiceSpecificCredentialResult withServiceSpecificCredential(ServiceSpecificCredential serviceSpecificCredential)
A structure with details about the updated service-specific credential, including the new password.
This is the only time that you can access the password. You cannot recover the password later, but you can reset it again.
serviceSpecificCredential
- A structure with details about the updated service-specific credential, including the new password.
This is the only time that you can access the password. You cannot recover the password later, but you can reset it again.
public String toString()
toString
in class Object
Object.toString()
public ResetServiceSpecificCredentialResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.