@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAccessResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateAccessResult() |
Modifier and Type | Method and Description |
---|---|
UpdateAccessResult |
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 ServicesTransfer 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 ServicesTransfer 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.
|
UpdateAccessResult |
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 ServicesTransfer Family.
|
UpdateAccessResult |
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 UpdateAccessResult 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 ServicesTransfer 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 ServicesTransfer 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 ServicesTransfer Family.
public UpdateAccessResult 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 ServicesTransfer 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 ServicesTransfer Family.public String toString()
toString
in class Object
Object.toString()
public UpdateAccessResult clone()