@Generated(value="software.amazon.awssdk:codegen") public final class UpdateSubscriptionGrantStatusRequest extends DataZoneRequest implements ToCopyableBuilder<UpdateSubscriptionGrantStatusRequest.Builder,UpdateSubscriptionGrantStatusRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateSubscriptionGrantStatusRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assetIdentifier()
The identifier of the asset the subscription grant status of which is to be updated.
|
static UpdateSubscriptionGrantStatusRequest.Builder |
builder() |
String |
domainIdentifier()
The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FailureCause |
failureCause()
Specifies the error message that is returned if the operation cannot be successfully completed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identifier()
The identifier of the subscription grant the status of which is to be updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateSubscriptionGrantStatusRequest.Builder> |
serializableBuilderClass() |
SubscriptionGrantStatus |
status()
The status to be updated as part of the
UpdateSubscriptionGrantStatus action. |
String |
statusAsString()
The status to be updated as part of the
UpdateSubscriptionGrantStatus action. |
String |
targetName()
The target name to be updated as part of the
UpdateSubscriptionGrantStatus action. |
UpdateSubscriptionGrantStatusRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String assetIdentifier()
The identifier of the asset the subscription grant status of which is to be updated.
public final String domainIdentifier()
The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.
public final FailureCause failureCause()
Specifies the error message that is returned if the operation cannot be successfully completed.
public final String identifier()
The identifier of the subscription grant the status of which is to be updated.
public final SubscriptionGrantStatus status()
The status to be updated as part of the UpdateSubscriptionGrantStatus action.
If the service returns an enum value that is not available in the current SDK version, status will
return SubscriptionGrantStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
UpdateSubscriptionGrantStatus action.SubscriptionGrantStatuspublic final String statusAsString()
The status to be updated as part of the UpdateSubscriptionGrantStatus action.
If the service returns an enum value that is not available in the current SDK version, status will
return SubscriptionGrantStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
UpdateSubscriptionGrantStatus action.SubscriptionGrantStatuspublic final String targetName()
The target name to be updated as part of the UpdateSubscriptionGrantStatus action.
UpdateSubscriptionGrantStatus action.public UpdateSubscriptionGrantStatusRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateSubscriptionGrantStatusRequest.Builder,UpdateSubscriptionGrantStatusRequest>toBuilder in class DataZoneRequestpublic static UpdateSubscriptionGrantStatusRequest.Builder builder()
public static Class<? extends UpdateSubscriptionGrantStatusRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.