@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAccessResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateAccessResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateAccessResult | clone() | 
| boolean | equals(Object obj) | 
| String | getExternalId()
 The external identifier of the group whose users have access to your Amazon S3 or Amazon EFS resources over the
 enabled protocols using Transfer Family. | 
| String | getServerId()
 The identifier of the server that the user is attached to. | 
| int | hashCode() | 
| void | setExternalId(String externalId)
 The external identifier of the group whose users have access to your Amazon S3 or Amazon EFS resources over the
 enabled protocols using Transfer Family. | 
| void | setServerId(String serverId)
 The identifier of the server that the user is attached to. | 
| String | toString()Returns a string representation of this object. | 
| CreateAccessResult | withExternalId(String externalId)
 The external identifier of the group whose users have access to your Amazon S3 or Amazon EFS resources over the
 enabled protocols using Transfer Family. | 
| CreateAccessResult | withServerId(String serverId)
 The identifier of the server that the user is attached to. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setServerId(String serverId)
The identifier of the server that the user is attached to.
serverId - The identifier of the server that the user is attached to.public String getServerId()
The identifier of the server that the user is attached to.
public CreateAccessResult withServerId(String serverId)
The identifier of the server that the user is attached to.
serverId - The identifier of the server that the user is attached to.public void setExternalId(String externalId)
The external identifier of the group whose users have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Transfer Family.
externalId - The external identifier of the group whose users have access to your Amazon S3 or Amazon EFS resources
        over the enabled protocols using Transfer Family.public String getExternalId()
The external identifier of the group whose users have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Transfer Family.
public CreateAccessResult withExternalId(String externalId)
The external identifier of the group whose users have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Transfer Family.
externalId - The external identifier of the group whose users have access to your Amazon S3 or Amazon EFS resources
        over the enabled protocols using Transfer Family.public String toString()
toString in class ObjectObject.toString()public CreateAccessResult clone()