@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentVersion extends Object implements Serializable, Cloneable, StructuredPojo
Describes an agent version.
Constructor and Description |
---|
AgentVersion() |
Modifier and Type | Method and Description |
---|---|
AgentVersion |
clone() |
boolean |
equals(Object obj) |
StackConfigurationManager |
getConfigurationManager()
The configuration manager.
|
String |
getVersion()
The agent version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
void |
setVersion(String version)
The agent version.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AgentVersion |
withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
AgentVersion |
withVersion(String version)
The agent version.
|
public void setVersion(String version)
The agent version.
version
- The agent version.public String getVersion()
The agent version.
public AgentVersion withVersion(String version)
The agent version.
version
- The agent version.public void setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
configurationManager
- The configuration manager.public StackConfigurationManager getConfigurationManager()
The configuration manager.
public AgentVersion withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
configurationManager
- The configuration manager.public String toString()
toString
in class Object
Object.toString()
public AgentVersion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.