Class AssociateAccessGrantsIdentityCenterRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.s3control.model.S3ControlRequest
-
- software.amazon.awssdk.services.s3control.model.AssociateAccessGrantsIdentityCenterRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<AssociateAccessGrantsIdentityCenterRequest.Builder,AssociateAccessGrantsIdentityCenterRequest>
@Generated("software.amazon.awssdk:codegen") public final class AssociateAccessGrantsIdentityCenterRequest extends S3ControlRequest implements ToCopyableBuilder<AssociateAccessGrantsIdentityCenterRequest.Builder,AssociateAccessGrantsIdentityCenterRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssociateAccessGrantsIdentityCenterRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The ID of the Amazon Web Services account that is making this request.static AssociateAccessGrantsIdentityCenterRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringidentityCenterArn()The Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating with your S3 Access Grants instance.List<SdkField<?>>sdkFields()static Class<? extends AssociateAccessGrantsIdentityCenterRequest.Builder>serializableBuilderClass()AssociateAccessGrantsIdentityCenterRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
accountId
public final String accountId()
The ID of the Amazon Web Services account that is making this request.
- Returns:
- The ID of the Amazon Web Services account that is making this request.
-
identityCenterArn
public final String identityCenterArn()
The Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating with your S3 Access Grants instance. An IAM Identity Center instance is your corporate identity directory that you added to the IAM Identity Center. You can use the ListInstances API operation to retrieve a list of your Identity Center instances and their ARNs.
- Returns:
- The Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating with your S3 Access Grants instance. An IAM Identity Center instance is your corporate identity directory that you added to the IAM Identity Center. You can use the ListInstances API operation to retrieve a list of your Identity Center instances and their ARNs.
-
toBuilder
public AssociateAccessGrantsIdentityCenterRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssociateAccessGrantsIdentityCenterRequest.Builder,AssociateAccessGrantsIdentityCenterRequest>- Specified by:
toBuilderin classS3ControlRequest
-
builder
public static AssociateAccessGrantsIdentityCenterRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssociateAccessGrantsIdentityCenterRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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 classSdkRequest
-
-