StructuredPojo
, ToCopyableBuilder<AgentVersion.Builder,AgentVersion>
@Generated("software.amazon.awssdk:codegen") public class AgentVersion extends Object implements StructuredPojo, ToCopyableBuilder<AgentVersion.Builder,AgentVersion>
Describes an agent version.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AgentVersion.Builder |
Modifier and Type | Method | Description |
---|---|---|
static AgentVersion.Builder |
builder() |
|
StackConfigurationManager |
configurationManager() |
The configuration manager.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends AgentVersion.Builder> |
serializableBuilderClass() |
|
AgentVersion.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
version() |
The agent version.
|
public String version()
The agent version.
public StackConfigurationManager configurationManager()
The configuration manager.
public AgentVersion.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AgentVersion.Builder,AgentVersion>
public static AgentVersion.Builder builder()
public static Class<? extends AgentVersion.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.