Class PutS3AccessPolicyResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.omics.model.OmicsResponse
-
- software.amazon.awssdk.services.omics.model.PutS3AccessPolicyResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<PutS3AccessPolicyResponse.Builder,PutS3AccessPolicyResponse>
@Generated("software.amazon.awssdk:codegen") public final class PutS3AccessPolicyResponse extends OmicsResponse implements ToCopyableBuilder<PutS3AccessPolicyResponse.Builder,PutS3AccessPolicyResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePutS3AccessPolicyResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PutS3AccessPolicyResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3AccessPointArn()The S3 access point ARN that now has the access policy.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PutS3AccessPolicyResponse.Builder>serializableBuilderClass()StringstoreId()The AWS-generated Sequence Store or Reference Store ID.StoreTypestoreType()The type of store associated with the access point.StringstoreTypeAsString()The type of store associated with the access point.PutS3AccessPolicyResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.omics.model.OmicsResponse
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
-
s3AccessPointArn
public final String s3AccessPointArn()
The S3 access point ARN that now has the access policy.
- Returns:
- The S3 access point ARN that now has the access policy.
-
storeId
public final String storeId()
The AWS-generated Sequence Store or Reference Store ID.
- Returns:
- The AWS-generated Sequence Store or Reference Store ID.
-
storeType
public final StoreType storeType()
The type of store associated with the access point.
If the service returns an enum value that is not available in the current SDK version,
storeTypewill returnStoreType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstoreTypeAsString().- Returns:
- The type of store associated with the access point.
- See Also:
StoreType
-
storeTypeAsString
public final String storeTypeAsString()
The type of store associated with the access point.
If the service returns an enum value that is not available in the current SDK version,
storeTypewill returnStoreType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstoreTypeAsString().- Returns:
- The type of store associated with the access point.
- See Also:
StoreType
-
toBuilder
public PutS3AccessPolicyResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PutS3AccessPolicyResponse.Builder,PutS3AccessPolicyResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static PutS3AccessPolicyResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends PutS3AccessPolicyResponse.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-