@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssociatedResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAssociatedResourceResult() |
Modifier and Type | Method and Description |
---|---|
GetAssociatedResourceResult |
clone() |
boolean |
equals(Object obj) |
Resource |
getResource()
The resource associated with the application.
|
int |
hashCode() |
void |
setResource(Resource resource)
The resource associated with the application.
|
String |
toString()
Returns a string representation of this object.
|
GetAssociatedResourceResult |
withResource(Resource resource)
The resource associated with the application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResource(Resource resource)
The resource associated with the application.
resource
- The resource associated with the application.public Resource getResource()
The resource associated with the application.
public GetAssociatedResourceResult withResource(Resource resource)
The resource associated with the application.
resource
- The resource associated with the application.public String toString()
toString
in class Object
Object.toString()
public GetAssociatedResourceResult clone()