Class RegisterSubscriptionProviderResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model.LicenseManagerLinuxSubscriptionsResponse
-
- software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model.RegisterSubscriptionProviderResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<RegisterSubscriptionProviderResponse.Builder,RegisterSubscriptionProviderResponse>
@Generated("software.amazon.awssdk:codegen") public final class RegisterSubscriptionProviderResponse extends LicenseManagerLinuxSubscriptionsResponse implements ToCopyableBuilder<RegisterSubscriptionProviderResponse.Builder,RegisterSubscriptionProviderResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRegisterSubscriptionProviderResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegisterSubscriptionProviderResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends RegisterSubscriptionProviderResponse.Builder>serializableBuilderClass()StringsubscriptionProviderArn()The Amazon Resource Name (ARN) of the Linux subscription provider resource that you registered.SubscriptionProviderSourcesubscriptionProviderSource()The Linux subscription provider that you registered.StringsubscriptionProviderSourceAsString()The Linux subscription provider that you registered.SubscriptionProviderStatussubscriptionProviderStatus()Indicates the status of the registration action for the Linux subscription provider that you requested.StringsubscriptionProviderStatusAsString()Indicates the status of the registration action for the Linux subscription provider that you requested.RegisterSubscriptionProviderResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model.LicenseManagerLinuxSubscriptionsResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
subscriptionProviderArn
public final String subscriptionProviderArn()
The Amazon Resource Name (ARN) of the Linux subscription provider resource that you registered.
- Returns:
- The Amazon Resource Name (ARN) of the Linux subscription provider resource that you registered.
-
subscriptionProviderSource
public final SubscriptionProviderSource subscriptionProviderSource()
The Linux subscription provider that you registered.
If the service returns an enum value that is not available in the current SDK version,
subscriptionProviderSourcewill returnSubscriptionProviderSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsubscriptionProviderSourceAsString().- Returns:
- The Linux subscription provider that you registered.
- See Also:
SubscriptionProviderSource
-
subscriptionProviderSourceAsString
public final String subscriptionProviderSourceAsString()
The Linux subscription provider that you registered.
If the service returns an enum value that is not available in the current SDK version,
subscriptionProviderSourcewill returnSubscriptionProviderSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsubscriptionProviderSourceAsString().- Returns:
- The Linux subscription provider that you registered.
- See Also:
SubscriptionProviderSource
-
subscriptionProviderStatus
public final SubscriptionProviderStatus subscriptionProviderStatus()
Indicates the status of the registration action for the Linux subscription provider that you requested.
If the service returns an enum value that is not available in the current SDK version,
subscriptionProviderStatuswill returnSubscriptionProviderStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsubscriptionProviderStatusAsString().- Returns:
- Indicates the status of the registration action for the Linux subscription provider that you requested.
- See Also:
SubscriptionProviderStatus
-
subscriptionProviderStatusAsString
public final String subscriptionProviderStatusAsString()
Indicates the status of the registration action for the Linux subscription provider that you requested.
If the service returns an enum value that is not available in the current SDK version,
subscriptionProviderStatuswill returnSubscriptionProviderStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsubscriptionProviderStatusAsString().- Returns:
- Indicates the status of the registration action for the Linux subscription provider that you requested.
- See Also:
SubscriptionProviderStatus
-
toBuilder
public RegisterSubscriptionProviderResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RegisterSubscriptionProviderResponse.Builder,RegisterSubscriptionProviderResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static RegisterSubscriptionProviderResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends RegisterSubscriptionProviderResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-