@Generated(value="software.amazon.awssdk:codegen") public final class PatchBaselineIdentity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PatchBaselineIdentity.Builder,PatchBaselineIdentity>
Defines the basic information about a patch baseline.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PatchBaselineIdentity.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
baselineDescription()
The description of the patch baseline.
|
String |
baselineId()
The ID of the patch baseline.
|
String |
baselineName()
The name of the patch baseline.
|
static PatchBaselineIdentity.Builder |
builder() |
Boolean |
defaultBaseline()
Whether this is the default baseline.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OperatingSystem |
operatingSystem()
Defines the operating system the patch baseline applies to.
|
String |
operatingSystemAsString()
Defines the operating system the patch baseline applies to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PatchBaselineIdentity.Builder> |
serializableBuilderClass() |
PatchBaselineIdentity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String baselineId()
The ID of the patch baseline.
public final String baselineName()
The name of the patch baseline.
public final OperatingSystem operatingSystem()
Defines the operating system the patch baseline applies to. The default value is WINDOWS.
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().
WINDOWS.OperatingSystempublic final String operatingSystemAsString()
Defines the operating system the patch baseline applies to. The default value is WINDOWS.
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().
WINDOWS.OperatingSystempublic final String baselineDescription()
The description of the patch baseline.
public final Boolean defaultBaseline()
Whether this is the default baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.
public PatchBaselineIdentity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PatchBaselineIdentity.Builder,PatchBaselineIdentity>public static PatchBaselineIdentity.Builder builder()
public static Class<? extends PatchBaselineIdentity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.