@Generated(value="software.amazon.awssdk:codegen") public final class CreateSubscriberResponse extends SecurityLakeResponse implements ToCopyableBuilder<CreateSubscriberResponse.Builder,CreateSubscriberResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateSubscriberResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateSubscriberResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceShareArn()
The Amazon Resource Name (ARN) which uniquely defines the AWS RAM resource share.
|
String |
resourceShareName()
The name of the resource share.
|
String |
roleArn()
The Amazon Resource Name (ARN) created by you to provide to the subscriber.
|
String |
s3BucketArn()
The ARN for the Amazon S3 bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateSubscriberResponse.Builder> |
serializableBuilderClass() |
String |
snsArn()
The ARN for the Amazon Simple Notification Service.
|
String |
subscriptionId()
The
subscriptionId created by the CreateSubscriber API call. |
CreateSubscriberResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceShareArn()
The Amazon Resource Name (ARN) which uniquely defines the AWS RAM resource share. Before accepting the RAM resource share invitation, you can view details related to the RAM resource share.
public final String resourceShareName()
The name of the resource share.
public final String roleArn()
The Amazon Resource Name (ARN) created by you to provide to the subscriber. For more information about ARNs and how to use them in policies, see Amazon Security Lake User Guide.
public final String s3BucketArn()
The ARN for the Amazon S3 bucket.
public final String snsArn()
The ARN for the Amazon Simple Notification Service.
public final String subscriptionId()
The subscriptionId created by the CreateSubscriber API call.
subscriptionId created by the CreateSubscriber API call.public CreateSubscriberResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateSubscriberResponse.Builder,CreateSubscriberResponse>toBuilder in class AwsResponsepublic static CreateSubscriberResponse.Builder builder()
public static Class<? extends CreateSubscriberResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.