@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateAccessGrantsIdentityCenterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateAccessGrantsIdentityCenterRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateAccessGrantsIdentityCenterRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The ID of the Amazon Web Services account that is making this request.
|
String |
getIdentityCenterArn()
The Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating
with your S3 Access Grants instance.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The ID of the Amazon Web Services account that is making this request.
|
void |
setIdentityCenterArn(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.
|
String |
toString()
Returns a string representation of this object.
|
AssociateAccessGrantsIdentityCenterRequest |
withAccountId(String accountId)
The ID of the Amazon Web Services account that is making this request.
|
AssociateAccessGrantsIdentityCenterRequest |
withIdentityCenterArn(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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public AssociateAccessGrantsIdentityCenterRequest()
public void setAccountId(String accountId)
The ID of the Amazon Web Services account that is making this request.
accountId
- The ID of the Amazon Web Services account that is making this request.public String getAccountId()
The ID of the Amazon Web Services account that is making this request.
public AssociateAccessGrantsIdentityCenterRequest withAccountId(String accountId)
The ID of the Amazon Web Services account that is making this request.
accountId
- The ID of the Amazon Web Services account that is making this request.public void setIdentityCenterArn(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.
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.public String getIdentityCenterArn()
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.
public AssociateAccessGrantsIdentityCenterRequest withIdentityCenterArn(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.
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.public String toString()
toString
in class Object
Object.toString()
public AssociateAccessGrantsIdentityCenterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()