@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.
|
int |
hashCode() |
void |
setAccessPointArn(String accessPointArn)
The ARN of the access point.
|
String |
toString()
Returns a string representation of this object.
|
CreateAccessPointResult |
withAccessPointArn(String accessPointArn)
The ARN of the access point.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccessPointArn(String accessPointArn)
The ARN of the access point.
accessPointArn
- The ARN of the access point.public String getAccessPointArn()
The ARN of the access point.
public CreateAccessPointResult withAccessPointArn(String accessPointArn)
The ARN of the access point.
accessPointArn
- The ARN of the access point.public String toString()
toString
in class Object
Object.toString()
public CreateAccessPointResult clone()