@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AgentConfiguration() |
Modifier and Type | Method and Description |
---|---|
AgentConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getPeriodInSeconds()
|
Boolean |
getShouldProfile()
|
int |
hashCode() |
Boolean |
isShouldProfile()
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPeriodInSeconds(Integer periodInSeconds)
|
void |
setShouldProfile(Boolean shouldProfile)
|
String |
toString()
Returns a string representation of this object.
|
AgentConfiguration |
withPeriodInSeconds(Integer periodInSeconds)
|
AgentConfiguration |
withShouldProfile(Boolean shouldProfile)
|
public void setPeriodInSeconds(Integer periodInSeconds)
periodInSeconds
- public Integer getPeriodInSeconds()
public AgentConfiguration withPeriodInSeconds(Integer periodInSeconds)
periodInSeconds
- public void setShouldProfile(Boolean shouldProfile)
shouldProfile
- public Boolean getShouldProfile()
public AgentConfiguration withShouldProfile(Boolean shouldProfile)
shouldProfile
- public Boolean isShouldProfile()
public String toString()
toString
in class Object
Object.toString()
public AgentConfiguration 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.