@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGeneratedPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetGeneratedPolicyResult() |
| Modifier and Type | Method and Description |
|---|---|
GetGeneratedPolicyResult |
clone() |
boolean |
equals(Object obj) |
GeneratedPolicyResult |
getGeneratedPolicyResult()
A
GeneratedPolicyResult object that contains the generated policies and associated details. |
JobDetails |
getJobDetails()
A
GeneratedPolicyDetails object that contains details about the generated policy. |
int |
hashCode() |
void |
setGeneratedPolicyResult(GeneratedPolicyResult generatedPolicyResult)
A
GeneratedPolicyResult object that contains the generated policies and associated details. |
void |
setJobDetails(JobDetails jobDetails)
A
GeneratedPolicyDetails object that contains details about the generated policy. |
String |
toString()
Returns a string representation of this object.
|
GetGeneratedPolicyResult |
withGeneratedPolicyResult(GeneratedPolicyResult generatedPolicyResult)
A
GeneratedPolicyResult object that contains the generated policies and associated details. |
GetGeneratedPolicyResult |
withJobDetails(JobDetails jobDetails)
A
GeneratedPolicyDetails object that contains details about the generated policy. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobDetails(JobDetails jobDetails)
A GeneratedPolicyDetails object that contains details about the generated policy.
jobDetails - A GeneratedPolicyDetails object that contains details about the generated policy.public JobDetails getJobDetails()
A GeneratedPolicyDetails object that contains details about the generated policy.
GeneratedPolicyDetails object that contains details about the generated policy.public GetGeneratedPolicyResult withJobDetails(JobDetails jobDetails)
A GeneratedPolicyDetails object that contains details about the generated policy.
jobDetails - A GeneratedPolicyDetails object that contains details about the generated policy.public void setGeneratedPolicyResult(GeneratedPolicyResult generatedPolicyResult)
A GeneratedPolicyResult object that contains the generated policies and associated details.
generatedPolicyResult - A GeneratedPolicyResult object that contains the generated policies and associated details.public GeneratedPolicyResult getGeneratedPolicyResult()
A GeneratedPolicyResult object that contains the generated policies and associated details.
GeneratedPolicyResult object that contains the generated policies and associated details.public GetGeneratedPolicyResult withGeneratedPolicyResult(GeneratedPolicyResult generatedPolicyResult)
A GeneratedPolicyResult object that contains the generated policies and associated details.
generatedPolicyResult - A GeneratedPolicyResult object that contains the generated policies and associated details.public String toString()
toString in class ObjectObject.toString()public GetGeneratedPolicyResult clone()