@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAppAuthorizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAppAuthorizationRequest() |
Modifier and Type | Method and Description |
---|---|
GetAppAuthorizationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppAuthorizationIdentifier()
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the
request.
|
String |
getAppBundleIdentifier()
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
|
int |
hashCode() |
void |
setAppAuthorizationIdentifier(String appAuthorizationIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the
request.
|
void |
setAppBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
|
String |
toString()
Returns a string representation of this object.
|
GetAppAuthorizationRequest |
withAppAuthorizationIdentifier(String appAuthorizationIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the
request.
|
GetAppAuthorizationRequest |
withAppBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAppBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
appBundleIdentifier
- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.public String getAppBundleIdentifier()
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
public GetAppAuthorizationRequest withAppBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
appBundleIdentifier
- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.public void setAppAuthorizationIdentifier(String appAuthorizationIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
appAuthorizationIdentifier
- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for
the request.public String getAppAuthorizationIdentifier()
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
public GetAppAuthorizationRequest withAppAuthorizationIdentifier(String appAuthorizationIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
appAuthorizationIdentifier
- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for
the request.public String toString()
toString
in class Object
Object.toString()
public GetAppAuthorizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()