@Generated(value="software.amazon.awssdk:codegen") public class PatchBaselineIdentity extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.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) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends PatchBaselineIdentity.Builder> |
serializableBuilderClass() |
PatchBaselineIdentity.Builder |
toBuilder() |
String |
toString() |
public String baselineId()
The ID of the patch baseline.
public String baselineName()
The name of the patch baseline.
public String baselineDescription()
The description of the patch baseline.
public Boolean defaultBaseline()
Whether this is the default baseline.
public PatchBaselineIdentity.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<PatchBaselineIdentity.Builder,PatchBaselineIdentity>public static PatchBaselineIdentity.Builder builder()
public static Class<? extends PatchBaselineIdentity.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.