@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetChangeLogsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetChangeLogsRequest() |
Modifier and Type | Method and Description |
---|---|
GetChangeLogsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssessmentId()
The unique identifier for the assessment.
|
String |
getControlId()
The unique identifier for the control.
|
String |
getControlSetId()
The unique identifier for the control set.
|
Integer |
getMaxResults()
Represents the maximum number of results on a page or for an API request call.
|
String |
getNextToken()
The pagination token that's used to fetch the next set of results.
|
int |
hashCode() |
void |
setAssessmentId(String assessmentId)
The unique identifier for the assessment.
|
void |
setControlId(String controlId)
The unique identifier for the control.
|
void |
setControlSetId(String controlSetId)
The unique identifier for the control set.
|
void |
setMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
|
void |
setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
GetChangeLogsRequest |
withAssessmentId(String assessmentId)
The unique identifier for the assessment.
|
GetChangeLogsRequest |
withControlId(String controlId)
The unique identifier for the control.
|
GetChangeLogsRequest |
withControlSetId(String controlSetId)
The unique identifier for the control set.
|
GetChangeLogsRequest |
withMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
|
GetChangeLogsRequest |
withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAssessmentId(String assessmentId)
The unique identifier for the assessment.
assessmentId
- The unique identifier for the assessment.public String getAssessmentId()
The unique identifier for the assessment.
public GetChangeLogsRequest withAssessmentId(String assessmentId)
The unique identifier for the assessment.
assessmentId
- The unique identifier for the assessment.public void setControlSetId(String controlSetId)
The unique identifier for the control set.
controlSetId
- The unique identifier for the control set.public String getControlSetId()
The unique identifier for the control set.
public GetChangeLogsRequest withControlSetId(String controlSetId)
The unique identifier for the control set.
controlSetId
- The unique identifier for the control set.public void setControlId(String controlId)
The unique identifier for the control.
controlId
- The unique identifier for the control.public String getControlId()
The unique identifier for the control.
public GetChangeLogsRequest withControlId(String controlId)
The unique identifier for the control.
controlId
- The unique identifier for the control.public void setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken
- The pagination token that's used to fetch the next set of results.public String getNextToken()
The pagination token that's used to fetch the next set of results.
public GetChangeLogsRequest withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken
- The pagination token that's used to fetch the next set of results.public void setMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
maxResults
- Represents the maximum number of results on a page or for an API request call.public Integer getMaxResults()
Represents the maximum number of results on a page or for an API request call.
public GetChangeLogsRequest withMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
maxResults
- Represents the maximum number of results on a page or for an API request call.public String toString()
toString
in class Object
Object.toString()
public GetChangeLogsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()