@Generated(value="software.amazon.awssdk:codegen") public final class CreateServiceSpecificCredentialResponse extends IamResponse implements ToCopyableBuilder<CreateServiceSpecificCredentialResponse.Builder,CreateServiceSpecificCredentialResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateServiceSpecificCredentialResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateServiceSpecificCredentialResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateServiceSpecificCredentialResponse.Builder> |
serializableBuilderClass() |
ServiceSpecificCredential |
serviceSpecificCredential()
A structure that contains information about the newly created service-specific credential.
|
CreateServiceSpecificCredentialResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 must 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 must reset the password with ResetServiceSpecificCredential.
public CreateServiceSpecificCredentialResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateServiceSpecificCredentialResponse.Builder,CreateServiceSpecificCredentialResponse>toBuilder in class AwsResponsepublic static CreateServiceSpecificCredentialResponse.Builder builder()
public static Class<? extends CreateServiceSpecificCredentialResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.