@Generated(value="software.amazon.awssdk:codegen") public class ConfirmSubscriptionRequest extends software.amazon.awssdk.AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ConfirmSubscriptionRequest.Builder,ConfirmSubscriptionRequest>
Input for ConfirmSubscription action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfirmSubscriptionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticateOnUnsubscribe()
Disallows unauthenticated unsubscribes of the subscription.
|
static ConfirmSubscriptionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends ConfirmSubscriptionRequest.Builder> |
serializableBuilderClass() |
ConfirmSubscriptionRequest.Builder |
toBuilder() |
String |
token()
Short-lived token sent to an endpoint during the
Subscribe action. |
String |
topicArn()
The ARN of the topic for which you wish to confirm a subscription.
|
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setSdkClientExecutionTimeout, withGeneralProgressListener, withSdkClientExecutionTimeoutpublic String topicArn()
The ARN of the topic for which you wish to confirm a subscription.
public String token()
Short-lived token sent to an endpoint during the Subscribe action.
Subscribe action.public String authenticateOnUnsubscribe()
Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true
and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the
endpoint. The unsubscribe action requires AWS authentication.
true and the request has an AWS signature, then only the topic owner and the subscription
owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.public ConfirmSubscriptionRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ConfirmSubscriptionRequest.Builder,ConfirmSubscriptionRequest>public static ConfirmSubscriptionRequest.Builder builder()
public static Class<? extends ConfirmSubscriptionRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.