@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GenerateServiceLastAccessedDetailsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GenerateServiceLastAccessedDetailsResult() |
Modifier and Type | Method and Description |
---|---|
GenerateServiceLastAccessedDetailsResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
The job ID that you can use in the GetServiceLastAccessedDetails or
GetServiceLastAccessedDetailsWithEntities operations.
|
int |
hashCode() |
void |
setJobId(String jobId)
The job ID that you can use in the GetServiceLastAccessedDetails or
GetServiceLastAccessedDetailsWithEntities operations.
|
String |
toString()
Returns a string representation of this object.
|
GenerateServiceLastAccessedDetailsResult |
withJobId(String jobId)
The job ID that you can use in the GetServiceLastAccessedDetails or
GetServiceLastAccessedDetailsWithEntities operations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GenerateServiceLastAccessedDetailsResult()
public void setJobId(String jobId)
The job ID that you can use in the GetServiceLastAccessedDetails or GetServiceLastAccessedDetailsWithEntities operations.
jobId
- The job ID that you can use in the GetServiceLastAccessedDetails or
GetServiceLastAccessedDetailsWithEntities operations.public String getJobId()
The job ID that you can use in the GetServiceLastAccessedDetails or GetServiceLastAccessedDetailsWithEntities operations.
public GenerateServiceLastAccessedDetailsResult withJobId(String jobId)
The job ID that you can use in the GetServiceLastAccessedDetails or GetServiceLastAccessedDetailsWithEntities operations.
jobId
- The job ID that you can use in the GetServiceLastAccessedDetails or
GetServiceLastAccessedDetailsWithEntities operations.public String toString()
toString
in class Object
Object.toString()
public GenerateServiceLastAccessedDetailsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.