Class GetS3AccessPolicyResponse
- 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.GetS3AccessPolicyResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetS3AccessPolicyResponse.Builder,GetS3AccessPolicyResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetS3AccessPolicyResponse extends OmicsResponse implements ToCopyableBuilder<GetS3AccessPolicyResponse.Builder,GetS3AccessPolicyResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetS3AccessPolicyResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetS3AccessPolicyResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3AccessPointArn()The S3 access point ARN that has the access policy.Strings3AccessPolicy()The current resource policy that controls S3 access on the store.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetS3AccessPolicyResponse.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.GetS3AccessPolicyResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()The time when the policy was last updated.-
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 has the access policy.
- Returns:
- The S3 access point ARN that 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
-
updateTime
public final Instant updateTime()
The time when the policy was last updated.
- Returns:
- The time when the policy was last updated.
-
s3AccessPolicy
public final String s3AccessPolicy()
The current resource policy that controls S3 access on the store.
- Returns:
- The current resource policy that controls S3 access on the store.
-
toBuilder
public GetS3AccessPolicyResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetS3AccessPolicyResponse.Builder,GetS3AccessPolicyResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetS3AccessPolicyResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetS3AccessPolicyResponse.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
-
-