@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public GetAssociatedResourceResult clone()
Copyright © 2022. All rights reserved.