@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEffectivePatchesForPatchBaselineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeEffectivePatchesForPatchBaselineRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeEffectivePatchesForPatchBaselineRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBaselineId()
The ID of the patch baseline to retrieve the effective patches for.
|
Integer |
getMaxResults()
The maximum number of patches to return (per page).
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setBaselineId(String baselineId)
The ID of the patch baseline to retrieve the effective patches for.
|
void |
setMaxResults(Integer maxResults)
The maximum number of patches to return (per page).
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEffectivePatchesForPatchBaselineRequest |
withBaselineId(String baselineId)
The ID of the patch baseline to retrieve the effective patches for.
|
DescribeEffectivePatchesForPatchBaselineRequest |
withMaxResults(Integer maxResults)
The maximum number of patches to return (per page).
|
DescribeEffectivePatchesForPatchBaselineRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
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 DescribeEffectivePatchesForPatchBaselineRequest()
public void setBaselineId(String baselineId)
The ID of the patch baseline to retrieve the effective patches for.
baselineId
- The ID of the patch baseline to retrieve the effective patches for.public String getBaselineId()
The ID of the patch baseline to retrieve the effective patches for.
public DescribeEffectivePatchesForPatchBaselineRequest withBaselineId(String baselineId)
The ID of the patch baseline to retrieve the effective patches for.
baselineId
- The ID of the patch baseline to retrieve the effective patches for.public void setMaxResults(Integer maxResults)
The maximum number of patches to return (per page).
maxResults
- The maximum number of patches to return (per page).public Integer getMaxResults()
The maximum number of patches to return (per page).
public DescribeEffectivePatchesForPatchBaselineRequest withMaxResults(Integer maxResults)
The maximum number of patches to return (per page).
maxResults
- The maximum number of patches to return (per page).public void setNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribeEffectivePatchesForPatchBaselineRequest withNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public String toString()
toString
in class Object
Object.toString()
public DescribeEffectivePatchesForPatchBaselineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()