@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnablePolicyTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
EnablePolicyTypeResult() |
Modifier and Type | Method and Description |
---|---|
EnablePolicyTypeResult |
clone() |
boolean |
equals(Object obj) |
Root |
getRoot()
A structure that shows the root with the updated list of enabled policy types.
|
int |
hashCode() |
void |
setRoot(Root root)
A structure that shows the root with the updated list of enabled policy types.
|
String |
toString()
Returns a string representation of this object.
|
EnablePolicyTypeResult |
withRoot(Root root)
A structure that shows the root with the updated list of enabled policy types.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRoot(Root root)
A structure that shows the root with the updated list of enabled policy types.
root
- A structure that shows the root with the updated list of enabled policy types.public Root getRoot()
A structure that shows the root with the updated list of enabled policy types.
public EnablePolicyTypeResult withRoot(Root root)
A structure that shows the root with the updated list of enabled policy types.
root
- A structure that shows the root with the updated list of enabled policy types.public String toString()
toString
in class Object
Object.toString()
public EnablePolicyTypeResult clone()