@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateServiceSpecificCredentialResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateServiceSpecificCredentialResult() |
Modifier and Type | Method and Description |
---|---|
CreateServiceSpecificCredentialResult |
clone() |
boolean |
equals(Object obj) |
ServiceSpecificCredential |
getServiceSpecificCredential()
A structure that contains information about the newly created service-specific credential.
|
int |
hashCode() |
void |
setServiceSpecificCredential(ServiceSpecificCredential serviceSpecificCredential)
A structure that contains information about the newly created service-specific credential.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateServiceSpecificCredentialResult |
withServiceSpecificCredential(ServiceSpecificCredential serviceSpecificCredential)
A structure that contains information about the newly created service-specific credential.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateServiceSpecificCredentialResult()
public void setServiceSpecificCredential(ServiceSpecificCredential serviceSpecificCredential)
A structure that contains information about the newly created service-specific credential.
This is the only time that the password for this credential set is available. It cannot be recovered later. Instead, you will have to reset the password with ResetServiceSpecificCredential.
serviceSpecificCredential
- A structure that contains information about the newly created service-specific credential. This is the only time that the password for this credential set is available. It cannot be recovered later. Instead, you will have to reset the password with ResetServiceSpecificCredential.
public ServiceSpecificCredential getServiceSpecificCredential()
A structure that contains information about the newly created service-specific credential.
This is the only time that the password for this credential set is available. It cannot be recovered later. Instead, you will have to reset the password with ResetServiceSpecificCredential.
This is the only time that the password for this credential set is available. It cannot be recovered later. Instead, you will have to reset the password with ResetServiceSpecificCredential.
public CreateServiceSpecificCredentialResult withServiceSpecificCredential(ServiceSpecificCredential serviceSpecificCredential)
A structure that contains information about the newly created service-specific credential.
This is the only time that the password for this credential set is available. It cannot be recovered later. Instead, you will have to reset the password with ResetServiceSpecificCredential.
serviceSpecificCredential
- A structure that contains information about the newly created service-specific credential. This is the only time that the password for this credential set is available. It cannot be recovered later. Instead, you will have to reset the password with ResetServiceSpecificCredential.
public String toString()
toString
in class Object
Object.toString()
public CreateServiceSpecificCredentialResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.