@Generated(value="software.amazon.awssdk:codegen") public final class SystemsManagerAgent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SystemsManagerAgent.Builder,SystemsManagerAgent>
Contains settings for the Systems Manager agent on your build instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SystemsManagerAgent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SystemsManagerAgent.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SystemsManagerAgent.Builder> |
serializableBuilderClass() |
SystemsManagerAgent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
uninstallAfterBuild()
Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean uninstallAfterBuild()
Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI. If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.
public SystemsManagerAgent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SystemsManagerAgent.Builder,SystemsManagerAgent>public static SystemsManagerAgent.Builder builder()
public static Class<? extends SystemsManagerAgent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.