StructuredPojo
, ToCopyableBuilder<PatchBaselineIdentity.Builder,PatchBaselineIdentity>
@Generated("software.amazon.awssdk:codegen") public class PatchBaselineIdentity extends Object implements StructuredPojo, ToCopyableBuilder<PatchBaselineIdentity.Builder,PatchBaselineIdentity>
Defines the basic information about a patch baseline.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PatchBaselineIdentity.Builder |
Modifier and Type | Method | 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) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends PatchBaselineIdentity.Builder> |
serializableBuilderClass() |
|
PatchBaselineIdentity.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PatchBaselineIdentity.Builder,PatchBaselineIdentity>
public static PatchBaselineIdentity.Builder builder()
public static Class<? extends PatchBaselineIdentity.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.