@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourceSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetResourceSetResult() |
Modifier and Type | Method and Description |
---|---|
GetResourceSetResult |
clone() |
boolean |
equals(Object obj) |
ResourceSet |
getResourceSet()
Information about the specified resource set.
|
String |
getResourceSetArn()
The Amazon Resource Name (ARN) of the resource set.
|
int |
hashCode() |
void |
setResourceSet(ResourceSet resourceSet)
Information about the specified resource set.
|
void |
setResourceSetArn(String resourceSetArn)
The Amazon Resource Name (ARN) of the resource set.
|
String |
toString()
Returns a string representation of this object.
|
GetResourceSetResult |
withResourceSet(ResourceSet resourceSet)
Information about the specified resource set.
|
GetResourceSetResult |
withResourceSetArn(String resourceSetArn)
The Amazon Resource Name (ARN) of the resource set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResourceSet(ResourceSet resourceSet)
Information about the specified resource set.
resourceSet
- Information about the specified resource set.public ResourceSet getResourceSet()
Information about the specified resource set.
public GetResourceSetResult withResourceSet(ResourceSet resourceSet)
Information about the specified resource set.
resourceSet
- Information about the specified resource set.public void setResourceSetArn(String resourceSetArn)
The Amazon Resource Name (ARN) of the resource set.
resourceSetArn
- The Amazon Resource Name (ARN) of the resource set.public String getResourceSetArn()
The Amazon Resource Name (ARN) of the resource set.
public GetResourceSetResult withResourceSetArn(String resourceSetArn)
The Amazon Resource Name (ARN) of the resource set.
resourceSetArn
- The Amazon Resource Name (ARN) of the resource set.public String toString()
toString
in class Object
Object.toString()
public GetResourceSetResult clone()