@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRegisteredSubscriptionProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRegisteredSubscriptionProviderRequest() |
Modifier and Type | Method and Description |
---|---|
GetRegisteredSubscriptionProviderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSubscriptionProviderArn()
The Amazon Resource Name (ARN) of the BYOL registration resource to get details for.
|
int |
hashCode() |
void |
setSubscriptionProviderArn(String subscriptionProviderArn)
The Amazon Resource Name (ARN) of the BYOL registration resource to get details for.
|
String |
toString()
Returns a string representation of this object.
|
GetRegisteredSubscriptionProviderRequest |
withSubscriptionProviderArn(String subscriptionProviderArn)
The Amazon Resource Name (ARN) of the BYOL registration resource to get details for.
|
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 GetRegisteredSubscriptionProviderRequest()
public void setSubscriptionProviderArn(String subscriptionProviderArn)
The Amazon Resource Name (ARN) of the BYOL registration resource to get details for.
subscriptionProviderArn
- The Amazon Resource Name (ARN) of the BYOL registration resource to get details for.public String getSubscriptionProviderArn()
The Amazon Resource Name (ARN) of the BYOL registration resource to get details for.
public GetRegisteredSubscriptionProviderRequest withSubscriptionProviderArn(String subscriptionProviderArn)
The Amazon Resource Name (ARN) of the BYOL registration resource to get details for.
subscriptionProviderArn
- The Amazon Resource Name (ARN) of the BYOL registration resource to get details for.public String toString()
toString
in class Object
Object.toString()
public GetRegisteredSubscriptionProviderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()