@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterSubscriptionProviderResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RegisterSubscriptionProviderResult() |
Modifier and Type | Method and Description |
---|---|
RegisterSubscriptionProviderResult |
clone() |
boolean |
equals(Object obj) |
String |
getSubscriptionProviderArn()
The Amazon Resource Name (ARN) of the Linux subscription provider resource that you registered.
|
String |
getSubscriptionProviderSource()
The Linux subscription provider that you registered.
|
String |
getSubscriptionProviderStatus()
Indicates the status of the registration action for the Linux subscription provider that you requested.
|
int |
hashCode() |
void |
setSubscriptionProviderArn(String subscriptionProviderArn)
The Amazon Resource Name (ARN) of the Linux subscription provider resource that you registered.
|
void |
setSubscriptionProviderSource(String subscriptionProviderSource)
The Linux subscription provider that you registered.
|
void |
setSubscriptionProviderStatus(String subscriptionProviderStatus)
Indicates the status of the registration action for the Linux subscription provider that you requested.
|
String |
toString()
Returns a string representation of this object.
|
RegisterSubscriptionProviderResult |
withSubscriptionProviderArn(String subscriptionProviderArn)
The Amazon Resource Name (ARN) of the Linux subscription provider resource that you registered.
|
RegisterSubscriptionProviderResult |
withSubscriptionProviderSource(String subscriptionProviderSource)
The Linux subscription provider that you registered.
|
RegisterSubscriptionProviderResult |
withSubscriptionProviderSource(SubscriptionProviderSource subscriptionProviderSource)
The Linux subscription provider that you registered.
|
RegisterSubscriptionProviderResult |
withSubscriptionProviderStatus(String subscriptionProviderStatus)
Indicates the status of the registration action for the Linux subscription provider that you requested.
|
RegisterSubscriptionProviderResult |
withSubscriptionProviderStatus(SubscriptionProviderStatus subscriptionProviderStatus)
Indicates the status of the registration action for the Linux subscription provider that you requested.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSubscriptionProviderArn(String subscriptionProviderArn)
The Amazon Resource Name (ARN) of the Linux subscription provider resource that you registered.
subscriptionProviderArn
- The Amazon Resource Name (ARN) of the Linux subscription provider resource that you registered.public String getSubscriptionProviderArn()
The Amazon Resource Name (ARN) of the Linux subscription provider resource that you registered.
public RegisterSubscriptionProviderResult withSubscriptionProviderArn(String subscriptionProviderArn)
The Amazon Resource Name (ARN) of the Linux subscription provider resource that you registered.
subscriptionProviderArn
- The Amazon Resource Name (ARN) of the Linux subscription provider resource that you registered.public void setSubscriptionProviderSource(String subscriptionProviderSource)
The Linux subscription provider that you registered.
subscriptionProviderSource
- The Linux subscription provider that you registered.SubscriptionProviderSource
public String getSubscriptionProviderSource()
The Linux subscription provider that you registered.
SubscriptionProviderSource
public RegisterSubscriptionProviderResult withSubscriptionProviderSource(String subscriptionProviderSource)
The Linux subscription provider that you registered.
subscriptionProviderSource
- The Linux subscription provider that you registered.SubscriptionProviderSource
public RegisterSubscriptionProviderResult withSubscriptionProviderSource(SubscriptionProviderSource subscriptionProviderSource)
The Linux subscription provider that you registered.
subscriptionProviderSource
- The Linux subscription provider that you registered.SubscriptionProviderSource
public void setSubscriptionProviderStatus(String subscriptionProviderStatus)
Indicates the status of the registration action for the Linux subscription provider that you requested.
subscriptionProviderStatus
- Indicates the status of the registration action for the Linux subscription provider that you requested.SubscriptionProviderStatus
public String getSubscriptionProviderStatus()
Indicates the status of the registration action for the Linux subscription provider that you requested.
SubscriptionProviderStatus
public RegisterSubscriptionProviderResult withSubscriptionProviderStatus(String subscriptionProviderStatus)
Indicates the status of the registration action for the Linux subscription provider that you requested.
subscriptionProviderStatus
- Indicates the status of the registration action for the Linux subscription provider that you requested.SubscriptionProviderStatus
public RegisterSubscriptionProviderResult withSubscriptionProviderStatus(SubscriptionProviderStatus subscriptionProviderStatus)
Indicates the status of the registration action for the Linux subscription provider that you requested.
subscriptionProviderStatus
- Indicates the status of the registration action for the Linux subscription provider that you requested.SubscriptionProviderStatus
public String toString()
toString
in class Object
Object.toString()
public RegisterSubscriptionProviderResult clone()