@Generated(value="software.amazon.awssdk:codegen") public final class CreateAuthenticationProfileRequest extends RedshiftRequest implements ToCopyableBuilder<CreateAuthenticationProfileRequest.Builder,CreateAuthenticationProfileRequest>
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | CreateAuthenticationProfileRequest.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| String | authenticationProfileContent()
 The content of the authentication profile in JSON format. | 
| String | authenticationProfileName()
 The name of the authentication profile to be created. | 
| static CreateAuthenticationProfileRequest.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 CreateAuthenticationProfileRequest.Builder> | serializableBuilderClass() | 
| CreateAuthenticationProfileRequest.Builder | toBuilder() | 
| String | toString()Returns a string representation of this object. | 
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String authenticationProfileName()
The name of the authentication profile to be created.
public final String authenticationProfileContent()
The content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.
public CreateAuthenticationProfileRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateAuthenticationProfileRequest.Builder,CreateAuthenticationProfileRequest>toBuilder in class RedshiftRequestpublic static CreateAuthenticationProfileRequest.Builder builder()
public static Class<? extends CreateAuthenticationProfileRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.