@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePatchPropertiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribePatchPropertiesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribePatchPropertiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of items to return for this call.
|
String |
getNextToken()
The token for the next set of items to return.
|
String |
getOperatingSystem()
The operating system type for which to list patches.
|
String |
getPatchSet()
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.
|
String |
getProperty()
The patch property for which you want to view patch details.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setOperatingSystem(String operatingSystem)
The operating system type for which to list patches.
|
void |
setPatchSet(String patchSet)
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.
|
void |
setProperty(String property)
The patch property for which you want to view patch details.
|
String |
toString()
Returns a string representation of this object.
|
DescribePatchPropertiesRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
DescribePatchPropertiesRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribePatchPropertiesRequest |
withOperatingSystem(OperatingSystem operatingSystem)
The operating system type for which to list patches.
|
DescribePatchPropertiesRequest |
withOperatingSystem(String operatingSystem)
The operating system type for which to list patches.
|
DescribePatchPropertiesRequest |
withPatchSet(PatchSet patchSet)
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.
|
DescribePatchPropertiesRequest |
withPatchSet(String patchSet)
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.
|
DescribePatchPropertiesRequest |
withProperty(PatchProperty property)
The patch property for which you want to view patch details.
|
DescribePatchPropertiesRequest |
withProperty(String property)
The patch property for which you want to view patch details.
|
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 setOperatingSystem(String operatingSystem)
The operating system type for which to list patches.
operatingSystem
- The operating system type for which to list patches.OperatingSystem
public String getOperatingSystem()
The operating system type for which to list patches.
OperatingSystem
public DescribePatchPropertiesRequest withOperatingSystem(String operatingSystem)
The operating system type for which to list patches.
operatingSystem
- The operating system type for which to list patches.OperatingSystem
public DescribePatchPropertiesRequest withOperatingSystem(OperatingSystem operatingSystem)
The operating system type for which to list patches.
operatingSystem
- The operating system type for which to list patches.OperatingSystem
public void setProperty(String property)
The patch property for which you want to view patch details.
property
- The patch property for which you want to view patch details.PatchProperty
public String getProperty()
The patch property for which you want to view patch details.
PatchProperty
public DescribePatchPropertiesRequest withProperty(String property)
The patch property for which you want to view patch details.
property
- The patch property for which you want to view patch details.PatchProperty
public DescribePatchPropertiesRequest withProperty(PatchProperty property)
The patch property for which you want to view patch details.
property
- The patch property for which you want to view patch details.PatchProperty
public void setPatchSet(String patchSet)
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft. Not applicable for the Linux or macOS operating systems.
patchSet
- Indicates whether to list patches for the Windows operating system or for applications released by
Microsoft. Not applicable for the Linux or macOS operating systems.PatchSet
public String getPatchSet()
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft. Not applicable for the Linux or macOS operating systems.
PatchSet
public DescribePatchPropertiesRequest withPatchSet(String patchSet)
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft. Not applicable for the Linux or macOS operating systems.
patchSet
- Indicates whether to list patches for the Windows operating system or for applications released by
Microsoft. Not applicable for the Linux or macOS operating systems.PatchSet
public DescribePatchPropertiesRequest withPatchSet(PatchSet patchSet)
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft. Not applicable for the Linux or macOS operating systems.
patchSet
- Indicates whether to list patches for the Windows operating system or for applications released by
Microsoft. Not applicable for the Linux or macOS operating systems.PatchSet
public void setMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public Integer getMaxResults()
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
public DescribePatchPropertiesRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.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 DescribePatchPropertiesRequest 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 DescribePatchPropertiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()