@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPlatformApplicationAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Input for GetPlatformApplicationAttributes action.
NOOP| Constructor and Description | 
|---|
GetPlatformApplicationAttributesRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetPlatformApplicationAttributesRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getPlatformApplicationArn()
 PlatformApplicationArn for GetPlatformApplicationAttributesInput. 
 | 
int | 
hashCode()  | 
void | 
setPlatformApplicationArn(String platformApplicationArn)
 PlatformApplicationArn for GetPlatformApplicationAttributesInput. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
GetPlatformApplicationAttributesRequest | 
withPlatformApplicationArn(String platformApplicationArn)
 PlatformApplicationArn for GetPlatformApplicationAttributesInput. 
 | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic GetPlatformApplicationAttributesRequest()
public void setPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for GetPlatformApplicationAttributesInput.
platformApplicationArn - PlatformApplicationArn for GetPlatformApplicationAttributesInput.public String getPlatformApplicationArn()
PlatformApplicationArn for GetPlatformApplicationAttributesInput.
public GetPlatformApplicationAttributesRequest withPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for GetPlatformApplicationAttributesInput.
platformApplicationArn - PlatformApplicationArn for GetPlatformApplicationAttributesInput.public String toString()
toString in class ObjectObject.toString()public GetPlatformApplicationAttributesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.