@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PromoteResourceShareCreatedFromPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
PromoteResourceShareCreatedFromPolicyResult() |
| Modifier and Type | Method and Description |
|---|---|
PromoteResourceShareCreatedFromPolicyResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getReturnValue()
A return value of
true indicates that the request succeeded. |
int |
hashCode() |
Boolean |
isReturnValue()
A return value of
true indicates that the request succeeded. |
void |
setReturnValue(Boolean returnValue)
A return value of
true indicates that the request succeeded. |
String |
toString()
Returns a string representation of this object.
|
PromoteResourceShareCreatedFromPolicyResult |
withReturnValue(Boolean returnValue)
A return value of
true indicates that the request succeeded. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic PromoteResourceShareCreatedFromPolicyResult()
public void setReturnValue(Boolean returnValue)
A return value of true indicates that the request succeeded. A value of false indicates
that the request failed.
returnValue - A return value of true indicates that the request succeeded. A value of false
indicates that the request failed.public Boolean getReturnValue()
A return value of true indicates that the request succeeded. A value of false indicates
that the request failed.
true indicates that the request succeeded. A value of false
indicates that the request failed.public PromoteResourceShareCreatedFromPolicyResult withReturnValue(Boolean returnValue)
A return value of true indicates that the request succeeded. A value of false indicates
that the request failed.
returnValue - A return value of true indicates that the request succeeded. A value of false
indicates that the request failed.public Boolean isReturnValue()
A return value of true indicates that the request succeeded. A value of false indicates
that the request failed.
true indicates that the request succeeded. A value of false
indicates that the request failed.public String toString()
toString in class ObjectObject.toString()public PromoteResourceShareCreatedFromPolicyResult clone()