@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccessGrantsInstanceEntry extends Object implements Serializable, Cloneable
Information about the S3 Access Grants instance.
Constructor and Description |
---|
ListAccessGrantsInstanceEntry() |
Modifier and Type | Method and Description |
---|---|
ListAccessGrantsInstanceEntry |
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.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
ListAccessGrantsInstanceEntry |
withAccessGrantsInstanceArn(String accessGrantsInstanceArn)
The Amazon Resource Name (ARN) of the S3 Access Grants instance.
|
ListAccessGrantsInstanceEntry |
withAccessGrantsInstanceId(String accessGrantsInstanceId)
The ID of the S3 Access Grants instance.
|
ListAccessGrantsInstanceEntry |
withCreatedAt(Date createdAt)
The date and time when you created the S3 Access Grants instance.
|
ListAccessGrantsInstanceEntry |
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.
|
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 ListAccessGrantsInstanceEntry 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 ListAccessGrantsInstanceEntry 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 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 ListAccessGrantsInstanceEntry 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 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. S3 Access Grants creates this Identity Center application for the 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. S3 Access Grants creates this Identity Center
application for the 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. S3 Access Grants creates this Identity Center application for the specific S3 Access Grants instance.
public ListAccessGrantsInstanceEntry 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. S3 Access Grants creates this Identity Center application for the 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. S3 Access Grants creates this Identity Center
application for the specific S3 Access Grants instance.public String toString()
toString
in class Object
Object.toString()
public ListAccessGrantsInstanceEntry clone()