Class GetPatchBaselineForPatchGroupResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.ssm.model.SsmResponse
-
- software.amazon.awssdk.services.ssm.model.GetPatchBaselineForPatchGroupResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetPatchBaselineForPatchGroupResponse.Builder,GetPatchBaselineForPatchGroupResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetPatchBaselineForPatchGroupResponse extends SsmResponse implements ToCopyableBuilder<GetPatchBaselineForPatchGroupResponse.Builder,GetPatchBaselineForPatchGroupResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetPatchBaselineForPatchGroupResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbaselineId()The ID of the patch baseline that should be used for the patch group.static GetPatchBaselineForPatchGroupResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()OperatingSystemoperatingSystem()The operating system rule specified for patch groups using the patch baseline.StringoperatingSystemAsString()The operating system rule specified for patch groups using the patch baseline.StringpatchGroup()The name of the patch group.List<SdkField<?>>sdkFields()static Class<? extends GetPatchBaselineForPatchGroupResponse.Builder>serializableBuilderClass()GetPatchBaselineForPatchGroupResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.ssm.model.SsmResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
baselineId
public final String baselineId()
The ID of the patch baseline that should be used for the patch group.
- Returns:
- The ID of the patch baseline that should be used for the patch group.
-
patchGroup
public final String patchGroup()
The name of the patch group.
- Returns:
- The name of the patch group.
-
operatingSystem
public final OperatingSystem operatingSystem()
The operating system rule specified for patch groups using the patch baseline.
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 rule specified for patch groups using the patch baseline.
- See Also:
OperatingSystem
-
operatingSystemAsString
public final String operatingSystemAsString()
The operating system rule specified for patch groups using the patch baseline.
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 rule specified for patch groups using the patch baseline.
- See Also:
OperatingSystem
-
toBuilder
public GetPatchBaselineForPatchGroupResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetPatchBaselineForPatchGroupResponse.Builder,GetPatchBaselineForPatchGroupResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetPatchBaselineForPatchGroupResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetPatchBaselineForPatchGroupResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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 classSdkResponse
-
-