@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApplicationGrantResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetApplicationGrantResult() |
Modifier and Type | Method and Description |
---|---|
GetApplicationGrantResult |
clone() |
boolean |
equals(Object obj) |
Grant |
getGrant()
A structure that describes the requested grant.
|
int |
hashCode() |
void |
setGrant(Grant grant)
A structure that describes the requested grant.
|
String |
toString()
Returns a string representation of this object.
|
GetApplicationGrantResult |
withGrant(Grant grant)
A structure that describes the requested grant.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGrant(Grant grant)
A structure that describes the requested grant.
grant
- A structure that describes the requested grant.public Grant getGrant()
A structure that describes the requested grant.
public GetApplicationGrantResult withGrant(Grant grant)
A structure that describes the requested grant.
grant
- A structure that describes the requested grant.public String toString()
toString
in class Object
Object.toString()
public GetApplicationGrantResult clone()