@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeGroupResult() |
Modifier and Type | Method and Description |
---|---|
DescribeGroupResult |
clone() |
boolean |
equals(Object obj) |
Group |
getGroup()
The name of the group.
|
String |
getRequestId()
The AWS request ID for this operation.
|
Integer |
getStatus()
The http status of the request.
|
int |
hashCode() |
void |
setGroup(Group group)
The name of the group.
|
void |
setRequestId(String requestId)
The AWS request ID for this operation.
|
void |
setStatus(Integer status)
The http status of the request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGroupResult |
withGroup(Group group)
The name of the group.
|
DescribeGroupResult |
withRequestId(String requestId)
The AWS request ID for this operation.
|
DescribeGroupResult |
withStatus(Integer status)
The http status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGroup(Group group)
The name of the group.
group
- The name of the group.public Group getGroup()
The name of the group.
public DescribeGroupResult withGroup(Group group)
The name of the group.
group
- The name of the group.public void setRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public String getRequestId()
The AWS request ID for this operation.
public DescribeGroupResult withRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public void setStatus(Integer status)
The http status of the request.
status
- The http status of the request.public Integer getStatus()
The http status of the request.
public DescribeGroupResult withStatus(Integer status)
The http status of the request.
status
- The http status of the request.public String toString()
toString
in class Object
Object.toString()
public DescribeGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.