Class CancelSubscriptionResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.datazone.model.DataZoneResponse
-
- software.amazon.awssdk.services.datazone.model.CancelSubscriptionResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CancelSubscriptionResponse.Builder,CancelSubscriptionResponse>
@Generated("software.amazon.awssdk:codegen") public final class CancelSubscriptionResponse extends DataZoneResponse implements ToCopyableBuilder<CancelSubscriptionResponse.Builder,CancelSubscriptionResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCancelSubscriptionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CancelSubscriptionResponse.Builderbuilder()InstantcreatedAt()The timestamp that specifies when the request to cancel the subscription was created.StringcreatedBy()Specifies the Amazon DataZone user who is cancelling the subscription.StringdomainId()The unique identifier of the Amazon DataZone domain where the subscription is being cancelled.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the subscription.BooleanretainPermissions()Specifies whether the permissions to the asset are retained after the subscription is cancelled.List<SdkField<?>>sdkFields()static Class<? extends CancelSubscriptionResponse.Builder>serializableBuilderClass()SubscriptionStatusstatus()The status of the request to cancel the subscription.StringstatusAsString()The status of the request to cancel the subscription.SubscribedListingsubscribedListing()The asset to which a subscription is being cancelled.SubscribedPrincipalsubscribedPrincipal()The Amazon DataZone user who is made a subscriber to the specified asset by the subscription that is being cancelled.StringsubscriptionRequestId()The unique ID of the subscripton request for the subscription that is being cancelled.CancelSubscriptionResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The timestamp that specifies when the subscription was cancelled.StringupdatedBy()The Amazon DataZone user that cancelled the subscription.-
Methods inherited from class software.amazon.awssdk.services.datazone.model.DataZoneResponse
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
-
createdAt
public final Instant createdAt()
The timestamp that specifies when the request to cancel the subscription was created.
- Returns:
- The timestamp that specifies when the request to cancel the subscription was created.
-
createdBy
public final String createdBy()
Specifies the Amazon DataZone user who is cancelling the subscription.
- Returns:
- Specifies the Amazon DataZone user who is cancelling the subscription.
-
domainId
public final String domainId()
The unique identifier of the Amazon DataZone domain where the subscription is being cancelled.
- Returns:
- The unique identifier of the Amazon DataZone domain where the subscription is being cancelled.
-
id
public final String id()
The identifier of the subscription.
- Returns:
- The identifier of the subscription.
-
retainPermissions
public final Boolean retainPermissions()
Specifies whether the permissions to the asset are retained after the subscription is cancelled.
- Returns:
- Specifies whether the permissions to the asset are retained after the subscription is cancelled.
-
status
public final SubscriptionStatus status()
The status of the request to cancel the subscription.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnSubscriptionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the request to cancel the subscription.
- See Also:
SubscriptionStatus
-
statusAsString
public final String statusAsString()
The status of the request to cancel the subscription.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnSubscriptionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the request to cancel the subscription.
- See Also:
SubscriptionStatus
-
subscribedListing
public final SubscribedListing subscribedListing()
The asset to which a subscription is being cancelled.
- Returns:
- The asset to which a subscription is being cancelled.
-
subscribedPrincipal
public final SubscribedPrincipal subscribedPrincipal()
The Amazon DataZone user who is made a subscriber to the specified asset by the subscription that is being cancelled.
- Returns:
- The Amazon DataZone user who is made a subscriber to the specified asset by the subscription that is being cancelled.
-
subscriptionRequestId
public final String subscriptionRequestId()
The unique ID of the subscripton request for the subscription that is being cancelled.
- Returns:
- The unique ID of the subscripton request for the subscription that is being cancelled.
-
updatedAt
public final Instant updatedAt()
The timestamp that specifies when the subscription was cancelled.
- Returns:
- The timestamp that specifies when the subscription was cancelled.
-
updatedBy
public final String updatedBy()
The Amazon DataZone user that cancelled the subscription.
- Returns:
- The Amazon DataZone user that cancelled the subscription.
-
toBuilder
public CancelSubscriptionResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CancelSubscriptionResponse.Builder,CancelSubscriptionResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static CancelSubscriptionResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CancelSubscriptionResponse.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
-
-