@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAccessGrantsInstanceResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAccessGrantsInstanceResult() |
Modifier and Type | Method and Description |
---|---|
CreateAccessGrantsInstanceResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccessGrantsInstanceArn()
The Amazon Resource Name (ARN) of the S3 Access Grants instance.
|
String |
getAccessGrantsInstanceId()
The ID of the S3 Access Grants instance.
|
Date |
getCreatedAt()
The date and time when you created the S3 Access Grants instance.
|
String |
getIdentityCenterArn()
If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this
field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of
the original Identity Center instance passed in the request.
|
int |
hashCode() |
void |
setAccessGrantsInstanceArn(String accessGrantsInstanceArn)
The Amazon Resource Name (ARN) of the S3 Access Grants instance.
|
void |
setAccessGrantsInstanceId(String accessGrantsInstanceId)
The ID of the S3 Access Grants instance.
|
void |
setCreatedAt(Date createdAt)
The date and time when you created the S3 Access Grants instance.
|
void |
setIdentityCenterArn(String identityCenterArn)
If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this
field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of
the original Identity Center instance passed in the request.
|
String |
toString()
Returns a string representation of this object.
|
CreateAccessGrantsInstanceResult |
withAccessGrantsInstanceArn(String accessGrantsInstanceArn)
The Amazon Resource Name (ARN) of the S3 Access Grants instance.
|
CreateAccessGrantsInstanceResult |
withAccessGrantsInstanceId(String accessGrantsInstanceId)
The ID of the S3 Access Grants instance.
|
CreateAccessGrantsInstanceResult |
withCreatedAt(Date createdAt)
The date and time when you created the S3 Access Grants instance.
|
CreateAccessGrantsInstanceResult |
withIdentityCenterArn(String identityCenterArn)
If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this
field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of
the original Identity Center instance passed in the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreatedAt(Date createdAt)
The date and time when you created the S3 Access Grants instance.
createdAt
- The date and time when you created the S3 Access Grants instance.public Date getCreatedAt()
The date and time when you created the S3 Access Grants instance.
public CreateAccessGrantsInstanceResult withCreatedAt(Date createdAt)
The date and time when you created the S3 Access Grants instance.
createdAt
- The date and time when you created the S3 Access Grants instance.public void setAccessGrantsInstanceId(String accessGrantsInstanceId)
The ID of the S3 Access Grants instance. The ID is default
. You can have one S3 Access Grants
instance per Region per account.
accessGrantsInstanceId
- The ID of the S3 Access Grants instance. The ID is default
. You can have one S3 Access Grants
instance per Region per account.public String getAccessGrantsInstanceId()
The ID of the S3 Access Grants instance. The ID is default
. You can have one S3 Access Grants
instance per Region per account.
default
. You can have one S3 Access
Grants instance per Region per account.public CreateAccessGrantsInstanceResult withAccessGrantsInstanceId(String accessGrantsInstanceId)
The ID of the S3 Access Grants instance. The ID is default
. You can have one S3 Access Grants
instance per Region per account.
accessGrantsInstanceId
- The ID of the S3 Access Grants instance. The ID is default
. You can have one S3 Access Grants
instance per Region per account.public void setAccessGrantsInstanceArn(String accessGrantsInstanceArn)
The Amazon Resource Name (ARN) of the S3 Access Grants instance.
accessGrantsInstanceArn
- The Amazon Resource Name (ARN) of the S3 Access Grants instance.public String getAccessGrantsInstanceArn()
The Amazon Resource Name (ARN) of the S3 Access Grants instance.
public CreateAccessGrantsInstanceResult withAccessGrantsInstanceArn(String accessGrantsInstanceArn)
The Amazon Resource Name (ARN) of the S3 Access Grants instance.
accessGrantsInstanceArn
- The Amazon Resource Name (ARN) of the S3 Access Grants instance.public void setIdentityCenterArn(String identityCenterArn)
If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance passed in the request. S3 Access Grants creates this Identity Center application for this specific S3 Access Grants instance.
identityCenterArn
- If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance,
this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a
subresource of the original Identity Center instance passed in the request. S3 Access Grants creates this
Identity Center application for this specific S3 Access Grants instance.public String getIdentityCenterArn()
If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance passed in the request. S3 Access Grants creates this Identity Center application for this specific S3 Access Grants instance.
public CreateAccessGrantsInstanceResult withIdentityCenterArn(String identityCenterArn)
If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance passed in the request. S3 Access Grants creates this Identity Center application for this specific S3 Access Grants instance.
identityCenterArn
- If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance,
this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a
subresource of the original Identity Center instance passed in the request. S3 Access Grants creates this
Identity Center application for this specific S3 Access Grants instance.public String toString()
toString
in class Object
Object.toString()
public CreateAccessGrantsInstanceResult clone()