@Generated(value="software.amazon.awssdk:codegen") public final class DescribePatchPropertiesRequest extends SsmRequest implements ToCopyableBuilder<DescribePatchPropertiesRequest.Builder,DescribePatchPropertiesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribePatchPropertiesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribePatchPropertiesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of items to return for this call.
|
String |
nextToken()
The token for the next set of items to return.
|
OperatingSystem |
operatingSystem()
The operating system type for which to list patches.
|
String |
operatingSystemAsString()
The operating system type for which to list patches.
|
PatchSet |
patchSet()
Indicates whether to list patches for the Windows operating system or for Microsoft applications.
|
String |
patchSetAsString()
Indicates whether to list patches for the Windows operating system or for Microsoft applications.
|
PatchProperty |
property()
The patch property for which you want to view patch details.
|
String |
propertyAsString()
The patch property for which you want to view patch details.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribePatchPropertiesRequest.Builder> |
serializableBuilderClass() |
DescribePatchPropertiesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic OperatingSystem operatingSystem()
The operating system type for which to list patches.
If the service returns an enum value that is not available in the current SDK version, operatingSystem
will return OperatingSystem.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from operatingSystemAsString().
OperatingSystempublic String operatingSystemAsString()
The operating system type for which to list patches.
If the service returns an enum value that is not available in the current SDK version, operatingSystem
will return OperatingSystem.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from operatingSystemAsString().
OperatingSystempublic PatchProperty property()
The patch property for which you want to view patch details.
If the service returns an enum value that is not available in the current SDK version, property will
return PatchProperty.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
propertyAsString().
PatchPropertypublic String propertyAsString()
The patch property for which you want to view patch details.
If the service returns an enum value that is not available in the current SDK version, property will
return PatchProperty.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
propertyAsString().
PatchPropertypublic PatchSet patchSet()
Indicates whether to list patches for the Windows operating system or for Microsoft applications. Not applicable for Linux operating systems.
If the service returns an enum value that is not available in the current SDK version, patchSet will
return PatchSet.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
patchSetAsString().
PatchSetpublic String patchSetAsString()
Indicates whether to list patches for the Windows operating system or for Microsoft applications. Not applicable for Linux operating systems.
If the service returns an enum value that is not available in the current SDK version, patchSet will
return PatchSet.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
patchSetAsString().
PatchSetpublic 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.
public String nextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribePatchPropertiesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribePatchPropertiesRequest.Builder,DescribePatchPropertiesRequest>toBuilder in class SsmRequestpublic static DescribePatchPropertiesRequest.Builder builder()
public static Class<? extends DescribePatchPropertiesRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.