@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartPolicyGenerationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartPolicyGenerationResult () |
| Modifier and Type | Method and Description |
|---|---|
StartPolicyGenerationResult |
clone () |
boolean |
equals (Object obj) |
String |
getJobId ()
The
JobId that is returned by the StartPolicyGeneration operation. |
int |
hashCode () |
void |
setJobId (String jobId)
The
JobId that is returned by the StartPolicyGeneration operation. |
String |
toString ()
Returns a string representation of this object.
|
StartPolicyGenerationResult |
withJobId (String jobId)
The
JobId that is returned by the StartPolicyGeneration operation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public StartPolicyGenerationResult()
public void setJobId(String jobId)
The JobId that is returned by the StartPolicyGeneration operation. The
JobId can be used with GetGeneratedPolicy to retrieve the generated policies or used
with CancelPolicyGeneration to cancel the policy generation request.
jobId - The JobId that is returned by the StartPolicyGeneration operation. The
JobId can be used with GetGeneratedPolicy to retrieve the generated policies or
used with CancelPolicyGeneration to cancel the policy generation request.public String getJobId()
The JobId that is returned by the StartPolicyGeneration operation. The
JobId can be used with GetGeneratedPolicy to retrieve the generated policies or used
with CancelPolicyGeneration to cancel the policy generation request.
JobId that is returned by the StartPolicyGeneration operation. The
JobId can be used with GetGeneratedPolicy to retrieve the generated policies or
used with CancelPolicyGeneration to cancel the policy generation request.public StartPolicyGenerationResult withJobId(String jobId)
The JobId that is returned by the StartPolicyGeneration operation. The
JobId can be used with GetGeneratedPolicy to retrieve the generated policies or used
with CancelPolicyGeneration to cancel the policy generation request.
jobId - The JobId that is returned by the StartPolicyGeneration operation. The
JobId can be used with GetGeneratedPolicy to retrieve the generated policies or
used with CancelPolicyGeneration to cancel the policy generation request.public String toString()
toString in class Object Object.toString() public StartPolicyGenerationResult clone()