StructuredPojo, ToCopyableBuilder<PatchStatus.Builder,PatchStatus>@Generated("software.amazon.awssdk:codegen") public class PatchStatus extends Object implements StructuredPojo, ToCopyableBuilder<PatchStatus.Builder,PatchStatus>
Information about the approval status of a patch.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
PatchStatus.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
Date |
approvalDate() |
The date the patch was approved (or will be approved if the status is PENDING_APPROVAL).
|
static PatchStatus.Builder |
builder() |
|
String |
deploymentStatus() |
The approval status of a patch (APPROVED, PENDING_APPROVAL, EXPLICIT_APPROVED, EXPLICIT_REJECTED).
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends PatchStatus.Builder> |
serializableBuilderClass() |
|
PatchStatus.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String deploymentStatus()
The approval status of a patch (APPROVED, PENDING_APPROVAL, EXPLICIT_APPROVED, EXPLICIT_REJECTED).
PatchDeploymentStatuspublic Date approvalDate()
The date the patch was approved (or will be approved if the status is PENDING_APPROVAL).
public PatchStatus.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<PatchStatus.Builder,PatchStatus>public static PatchStatus.Builder builder()
public static Class<? extends PatchStatus.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.