@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 ID of the group whose users have access to your Amazon S3 or Amazon EFS resources over the enabled
protocols using Amazon Web Services Transfer Family.
|
String |
getServerId()
The ID of the server that the user is attached to.
|
int |
hashCode() |
void |
setExternalId(String externalId)
The external ID of the group whose users have access to your Amazon S3 or Amazon EFS resources over the enabled
protocols using Amazon Web Services Transfer Family.
|
void |
setServerId(String serverId)
The ID of the server that the user is attached to.
|
String |
toString()
Returns a string representation of this object.
|
CreateAccessResult |
withExternalId(String externalId)
The external ID of the group whose users have access to your Amazon S3 or Amazon EFS resources over the enabled
protocols using Amazon Web Services Transfer Family.
|
CreateAccessResult |
withServerId(String serverId)
The ID of the server that the user is attached to.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setServerId(String serverId)
The ID of the server that the user is attached to.
serverId
- The ID of the server that the user is attached to.public String getServerId()
The ID of the server that the user is attached to.
public CreateAccessResult withServerId(String serverId)
The ID of the server that the user is attached to.
serverId
- The ID of the server that the user is attached to.public void setExternalId(String externalId)
The external ID of the group whose users have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Amazon Web Services Transfer Family.
externalId
- The external ID of the group whose users have access to your Amazon S3 or Amazon EFS resources over the
enabled protocols using Amazon Web Services Transfer Family.public String getExternalId()
The external ID of the group whose users have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Amazon Web Services Transfer Family.
public CreateAccessResult withExternalId(String externalId)
The external ID of the group whose users have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Amazon Web Services Transfer Family.
externalId
- The external ID of the group whose users have access to your Amazon S3 or Amazon EFS resources over the
enabled protocols using Amazon Web Services Transfer Family.public String toString()
toString
in class Object
Object.toString()
public CreateAccessResult clone()