@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeResourceResult() |
Modifier and Type | Method and Description |
---|---|
DescribeResourceResult |
clone() |
boolean |
equals(Object obj) |
ResourceInfo |
getResourceInfo()
A structure containing information about an Lake Formation resource.
|
int |
hashCode() |
void |
setResourceInfo(ResourceInfo resourceInfo)
A structure containing information about an Lake Formation resource.
|
String |
toString()
Returns a string representation of this object.
|
DescribeResourceResult |
withResourceInfo(ResourceInfo resourceInfo)
A structure containing information about an Lake Formation resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResourceInfo(ResourceInfo resourceInfo)
A structure containing information about an Lake Formation resource.
resourceInfo
- A structure containing information about an Lake Formation resource.public ResourceInfo getResourceInfo()
A structure containing information about an Lake Formation resource.
public DescribeResourceResult withResourceInfo(ResourceInfo resourceInfo)
A structure containing information about an Lake Formation resource.
resourceInfo
- A structure containing information about an Lake Formation resource.public String toString()
toString
in class Object
Object.toString()
public DescribeResourceResult clone()
Copyright © 2024. All rights reserved.