@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAccessPointResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAccessPointResult() |
Modifier and Type | Method and Description |
---|---|
CreateAccessPointResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccessPointArn()
The ARN of the access point.
|
String |
getAlias()
The name or alias of the access point.
|
int |
hashCode() |
void |
setAccessPointArn(String accessPointArn)
The ARN of the access point.
|
void |
setAlias(String alias)
The name or alias of the access point.
|
String |
toString()
Returns a string representation of this object.
|
CreateAccessPointResult |
withAccessPointArn(String accessPointArn)
The ARN of the access point.
|
CreateAccessPointResult |
withAlias(String alias)
The name or alias of the access point.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccessPointArn(String accessPointArn)
The ARN of the access point.
This is only supported by Amazon S3 on Outposts.
accessPointArn
- The ARN of the access point. This is only supported by Amazon S3 on Outposts.
public String getAccessPointArn()
The ARN of the access point.
This is only supported by Amazon S3 on Outposts.
This is only supported by Amazon S3 on Outposts.
public CreateAccessPointResult withAccessPointArn(String accessPointArn)
The ARN of the access point.
This is only supported by Amazon S3 on Outposts.
accessPointArn
- The ARN of the access point. This is only supported by Amazon S3 on Outposts.
public void setAlias(String alias)
The name or alias of the access point.
alias
- The name or alias of the access point.public String getAlias()
The name or alias of the access point.
public CreateAccessPointResult withAlias(String alias)
The name or alias of the access point.
alias
- The name or alias of the access point.public String toString()
toString
in class Object
Object.toString()
public CreateAccessPointResult clone()