@Generated(value="software.amazon.awssdk:codegen") public final class Activation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Activation.Builder,Activation>
An activation registers one or more on-premises servers or virtual machines (VMs) with Amazon Web Services so that you can configure those servers or VMs using Run Command. A server or VM that has been registered with Amazon Web Services Systems Manager is called a managed node.
Modifier and Type | Class and Description |
---|---|
static interface |
Activation.Builder |
Modifier and Type | Method and Description |
---|---|
String |
activationId()
The ID created by Systems Manager when you submitted the activation.
|
static Activation.Builder |
builder() |
Instant |
createdDate()
The date the activation was created.
|
String |
defaultInstanceName()
A name for the managed node when it is created.
|
String |
description()
A user defined description of the activation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
expirationDate()
The date when this activation can no longer be used to register managed nodes.
|
Boolean |
expired()
Whether or not the activation is expired.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
String |
iamRole()
The Identity and Access Management (IAM) role to assign to the managed node.
|
Integer |
registrationLimit()
The maximum number of managed nodes that can be registered using this activation.
|
Integer |
registrationsCount()
The number of managed nodes already registered with this activation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Activation.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
Tags assigned to the activation.
|
Activation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String activationId()
The ID created by Systems Manager when you submitted the activation.
public final String description()
A user defined description of the activation.
public final String defaultInstanceName()
A name for the managed node when it is created.
public final String iamRole()
The Identity and Access Management (IAM) role to assign to the managed node.
public final Integer registrationLimit()
The maximum number of managed nodes that can be registered using this activation.
public final Integer registrationsCount()
The number of managed nodes already registered with this activation.
public final Instant expirationDate()
The date when this activation can no longer be used to register managed nodes.
public final Boolean expired()
Whether or not the activation is expired.
public final Instant createdDate()
The date the activation was created.
public final boolean hasTags()
isEmpty()
method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<Tag> tags()
Tags assigned to the activation.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags()
method.
public Activation.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Activation.Builder,Activation>
public static Activation.Builder builder()
public static Class<? extends Activation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.