Class DescribePatchPropertiesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.ssm.model.SsmRequest
-
- software.amazon.awssdk.services.ssm.model.DescribePatchPropertiesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribePatchPropertiesRequest.Builder,DescribePatchPropertiesRequest>
@Generated("software.amazon.awssdk:codegen") public final class DescribePatchPropertiesRequest extends SsmRequest implements ToCopyableBuilder<DescribePatchPropertiesRequest.Builder,DescribePatchPropertiesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribePatchPropertiesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribePatchPropertiesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of items to return for this call.StringnextToken()The token for the next set of items to return.OperatingSystemoperatingSystem()The operating system type for which to list patches.StringoperatingSystemAsString()The operating system type for which to list patches.PatchSetpatchSet()Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.StringpatchSetAsString()Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.PatchPropertyproperty()The patch property for which you want to view patch details.StringpropertyAsString()The patch property for which you want to view patch details.List<SdkField<?>>sdkFields()static Class<? extends DescribePatchPropertiesRequest.Builder>serializableBuilderClass()DescribePatchPropertiesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
operatingSystem
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,
operatingSystemwill returnOperatingSystem.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperatingSystemAsString().- Returns:
- The operating system type for which to list patches.
- See Also:
OperatingSystem
-
operatingSystemAsString
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,
operatingSystemwill returnOperatingSystem.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperatingSystemAsString().- Returns:
- The operating system type for which to list patches.
- See Also:
OperatingSystem
-
property
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,
propertywill returnPatchProperty.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompropertyAsString().- Returns:
- The patch property for which you want to view patch details.
- See Also:
PatchProperty
-
propertyAsString
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,
propertywill returnPatchProperty.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompropertyAsString().- Returns:
- The patch property for which you want to view patch details.
- See Also:
PatchProperty
-
patchSet
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,
patchSetwill returnPatchSet.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompatchSetAsString().- Returns:
- 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.
- See Also:
PatchSet
-
patchSetAsString
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,
patchSetwill returnPatchSet.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompatchSetAsString().- Returns:
- 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.
- See Also:
PatchSet
-
maxResults
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.
- Returns:
- 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.
-
nextToken
public final String nextToken()
The token for the next set of items to return. (You received this token from a previous call.)
- Returns:
- The token for the next set of items to return. (You received this token from a previous call.)
-
toBuilder
public DescribePatchPropertiesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribePatchPropertiesRequest.Builder,DescribePatchPropertiesRequest>- Specified by:
toBuilderin classSsmRequest
-
builder
public static DescribePatchPropertiesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribePatchPropertiesRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-