@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GenerateOrganizationsAccessReportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GenerateOrganizationsAccessReportResult() |
| Modifier and Type | Method and Description |
|---|---|
GenerateOrganizationsAccessReportResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
The job identifier that you can use in the GetOrganizationsAccessReport operation.
|
int |
hashCode() |
void |
setJobId(String jobId)
The job identifier that you can use in the GetOrganizationsAccessReport operation.
|
String |
toString()
Returns a string representation of this object.
|
GenerateOrganizationsAccessReportResult |
withJobId(String jobId)
The job identifier that you can use in the GetOrganizationsAccessReport operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GenerateOrganizationsAccessReportResult()
public void setJobId(String jobId)
The job identifier that you can use in the GetOrganizationsAccessReport operation.
jobId - The job identifier that you can use in the GetOrganizationsAccessReport operation.public String getJobId()
The job identifier that you can use in the GetOrganizationsAccessReport operation.
public GenerateOrganizationsAccessReportResult withJobId(String jobId)
The job identifier that you can use in the GetOrganizationsAccessReport operation.
jobId - The job identifier that you can use in the GetOrganizationsAccessReport operation.public String toString()
toString in class ObjectObject.toString()public GenerateOrganizationsAccessReportResult clone()