@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAppAuthorizationRequest extends AppFabricRequest implements ToCopyableBuilder<UpdateAppAuthorizationRequest.Builder,UpdateAppAuthorizationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAppAuthorizationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appAuthorizationIdentifier()
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the
request.
|
String |
appBundleIdentifier()
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
|
static UpdateAppAuthorizationRequest.Builder |
builder() |
Credential |
credential()
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
|
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 UpdateAppAuthorizationRequest.Builder> |
serializableBuilderClass() |
Tenant |
tenant()
Contains information about an application tenant, such as the application display name and identifier.
|
UpdateAppAuthorizationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appBundleIdentifier()
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
public final String appAuthorizationIdentifier()
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
public final Credential credential()
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
Specify credentials that match the authorization type of the app authorization to update. For example, if the
authorization type of the app authorization is OAuth2 (oauth2), then you should provide only the
OAuth2 credentials.
Specify credentials that match the authorization type of the app authorization to update. For example, if
the authorization type of the app authorization is OAuth2 (oauth2), then you should provide
only the OAuth2 credentials.
public final Tenant tenant()
Contains information about an application tenant, such as the application display name and identifier.
public UpdateAppAuthorizationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAppAuthorizationRequest.Builder,UpdateAppAuthorizationRequest>toBuilder in class AppFabricRequestpublic static UpdateAppAuthorizationRequest.Builder builder()
public static Class<? extends UpdateAppAuthorizationRequest.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.