@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
JobId that you can use in the GetServiceLastAccessedDetails or
GetServiceLastAccessedDetailsWithEntities operations. |
int |
hashCode() |
void |
setJobId(String jobId)
The
JobId that you can use in the GetServiceLastAccessedDetails or
GetServiceLastAccessedDetailsWithEntities operations. |
String |
toString()
Returns a string representation of this object.
|
GenerateServiceLastAccessedDetailsResult |
withJobId(String jobId)
The
JobId that you can use in the GetServiceLastAccessedDetails or
GetServiceLastAccessedDetailsWithEntities operations. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GenerateServiceLastAccessedDetailsResult()
public void setJobId(String jobId)
The JobId
that you can use in the GetServiceLastAccessedDetails or
GetServiceLastAccessedDetailsWithEntities operations. The JobId
returned by
GenerateServiceLastAccessedDetail
must be used by the same role within a session, or by the same
user when used to call GetServiceLastAccessedDetail
.
jobId
- The JobId
that you can use in the GetServiceLastAccessedDetails or
GetServiceLastAccessedDetailsWithEntities operations. The JobId
returned by
GenerateServiceLastAccessedDetail
must be used by the same role within a session, or by the
same user when used to call GetServiceLastAccessedDetail
.public String getJobId()
The JobId
that you can use in the GetServiceLastAccessedDetails or
GetServiceLastAccessedDetailsWithEntities operations. The JobId
returned by
GenerateServiceLastAccessedDetail
must be used by the same role within a session, or by the same
user when used to call GetServiceLastAccessedDetail
.
JobId
that you can use in the GetServiceLastAccessedDetails or
GetServiceLastAccessedDetailsWithEntities operations. The JobId
returned by
GenerateServiceLastAccessedDetail
must be used by the same role within a session, or by the
same user when used to call GetServiceLastAccessedDetail
.public GenerateServiceLastAccessedDetailsResult withJobId(String jobId)
The JobId
that you can use in the GetServiceLastAccessedDetails or
GetServiceLastAccessedDetailsWithEntities operations. The JobId
returned by
GenerateServiceLastAccessedDetail
must be used by the same role within a session, or by the same
user when used to call GetServiceLastAccessedDetail
.
jobId
- The JobId
that you can use in the GetServiceLastAccessedDetails or
GetServiceLastAccessedDetailsWithEntities operations. The JobId
returned by
GenerateServiceLastAccessedDetail
must be used by the same role within a session, or by the
same user when used to call GetServiceLastAccessedDetail
.public String toString()
toString
in class Object
Object.toString()
public GenerateServiceLastAccessedDetailsResult clone()