@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) |
boolean |
equalsBySdkFields(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 applications released by Microsoft.
|
String |
patchSetAsString()
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.
|
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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final 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()
.
OperatingSystem
public final 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()
.
OperatingSystem
public final 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()
.
PatchProperty
public final 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()
.
PatchProperty
public final 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.
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()
.
PatchSet
public final String patchSetAsString()
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.
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()
.
PatchSet
public final 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 final 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 SsmRequest
public static DescribePatchPropertiesRequest.Builder builder()
public static Class<? extends DescribePatchPropertiesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.