@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccessorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAccessorResult() |
Modifier and Type | Method and Description |
---|---|
GetAccessorResult |
clone() |
boolean |
equals(Object obj) |
Accessor |
getAccessor()
The properties of the accessor.
|
int |
hashCode() |
void |
setAccessor(Accessor accessor)
The properties of the accessor.
|
String |
toString()
Returns a string representation of this object.
|
GetAccessorResult |
withAccessor(Accessor accessor)
The properties of the accessor.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccessor(Accessor accessor)
The properties of the accessor.
accessor
- The properties of the accessor.public Accessor getAccessor()
The properties of the accessor.
public GetAccessorResult withAccessor(Accessor accessor)
The properties of the accessor.
accessor
- The properties of the accessor.public String toString()
toString
in class Object
Object.toString()
public GetAccessorResult clone()