@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccessGrantsInstanceForPrefixResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAccessGrantsInstanceForPrefixResult() |
Modifier and Type | Method and Description |
---|---|
GetAccessGrantsInstanceForPrefixResult |
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.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
GetAccessGrantsInstanceForPrefixResult |
withAccessGrantsInstanceArn(String accessGrantsInstanceArn)
The Amazon Resource Name (ARN) of the S3 Access Grants instance.
|
GetAccessGrantsInstanceForPrefixResult |
withAccessGrantsInstanceId(String accessGrantsInstanceId)
The ID of the S3 Access Grants instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetAccessGrantsInstanceForPrefixResult()
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 GetAccessGrantsInstanceForPrefixResult 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 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 GetAccessGrantsInstanceForPrefixResult 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 String toString()
toString
in class Object
Object.toString()
public GetAccessGrantsInstanceForPrefixResult clone()