@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetFpgaImageAttributeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ResetFpgaImageAttributeResult() |
Modifier and Type | Method and Description |
---|---|
ResetFpgaImageAttributeResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getReturn()
Is
true if the request succeeds, and an error otherwise. |
int |
hashCode() |
Boolean |
isReturn()
Is
true if the request succeeds, and an error otherwise. |
void |
setReturn(Boolean returnValue)
Is
true if the request succeeds, and an error otherwise. |
String |
toString()
Returns a string representation of this object.
|
ResetFpgaImageAttributeResult |
withReturn(Boolean returnValue)
Is
true if the request succeeds, and an error otherwise. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReturn(Boolean returnValue)
Is true
if the request succeeds, and an error otherwise.
returnValue
- Is true
if the request succeeds, and an error otherwise.public Boolean getReturn()
Is true
if the request succeeds, and an error otherwise.
true
if the request succeeds, and an error otherwise.public ResetFpgaImageAttributeResult withReturn(Boolean returnValue)
Is true
if the request succeeds, and an error otherwise.
returnValue
- Is true
if the request succeeds, and an error otherwise.public Boolean isReturn()
Is true
if the request succeeds, and an error otherwise.
true
if the request succeeds, and an error otherwise.public String toString()
toString
in class Object
Object.toString()
public ResetFpgaImageAttributeResult clone()