@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccessResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAccessResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAccessResult |
clone() |
boolean |
equals(Object obj) |
DescribedAccess |
getAccess()
The external identifier of the server that the access is attached to.
|
String |
getServerId()
A system-assigned unique identifier for a server that has this access assigned.
|
int |
hashCode() |
void |
setAccess(DescribedAccess access)
The external identifier of the server that the access is attached to.
|
void |
setServerId(String serverId)
A system-assigned unique identifier for a server that has this access assigned.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAccessResult |
withAccess(DescribedAccess access)
The external identifier of the server that the access is attached to.
|
DescribeAccessResult |
withServerId(String serverId)
A system-assigned unique identifier for a server that has this access assigned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setServerId(String serverId)
A system-assigned unique identifier for a server that has this access assigned.
serverId - A system-assigned unique identifier for a server that has this access assigned.public String getServerId()
A system-assigned unique identifier for a server that has this access assigned.
public DescribeAccessResult withServerId(String serverId)
A system-assigned unique identifier for a server that has this access assigned.
serverId - A system-assigned unique identifier for a server that has this access assigned.public void setAccess(DescribedAccess access)
The external identifier of the server that the access is attached to.
access - The external identifier of the server that the access is attached to.public DescribedAccess getAccess()
The external identifier of the server that the access is attached to.
public DescribeAccessResult withAccess(DescribedAccess access)
The external identifier of the server that the access is attached to.
access - The external identifier of the server that the access is attached to.public String toString()
toString in class ObjectObject.toString()public DescribeAccessResult clone()