@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeApplicationProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeApplicationProviderRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeApplicationProviderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationProviderArn()
Specifies the ARN of the application provider for which you want details.
|
int |
hashCode() |
void |
setApplicationProviderArn(String applicationProviderArn)
Specifies the ARN of the application provider for which you want details.
|
String |
toString()
Returns a string representation of this object.
|
DescribeApplicationProviderRequest |
withApplicationProviderArn(String applicationProviderArn)
Specifies the ARN of the application provider for which you want details.
|
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 setApplicationProviderArn(String applicationProviderArn)
Specifies the ARN of the application provider for which you want details.
applicationProviderArn
- Specifies the ARN of the application provider for which you want details.public String getApplicationProviderArn()
Specifies the ARN of the application provider for which you want details.
public DescribeApplicationProviderRequest withApplicationProviderArn(String applicationProviderArn)
Specifies the ARN of the application provider for which you want details.
applicationProviderArn
- Specifies the ARN of the application provider for which you want details.public String toString()
toString
in class Object
Object.toString()
public DescribeApplicationProviderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()