Class StartDataCollectionByAgentIdsResult
- java.lang.Object
-
- com.amazonaws.services.applicationdiscovery.model.StartDataCollectionByAgentIdsResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class StartDataCollectionByAgentIdsResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StartDataCollectionByAgentIdsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StartDataCollectionByAgentIdsResult
clone()
boolean
equals(Object obj)
List<AgentConfigurationStatus>
getAgentsConfigurationStatus()
Information about agents that were instructed to start collecting data.int
hashCode()
void
setAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents that were instructed to start collecting data.String
toString()
Returns a string representation of this object; useful for testing and debugging.StartDataCollectionByAgentIdsResult
withAgentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about agents that were instructed to start collecting data.StartDataCollectionByAgentIdsResult
withAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents that were instructed to start collecting data.
-
-
-
Method Detail
-
getAgentsConfigurationStatus
public List<AgentConfigurationStatus> getAgentsConfigurationStatus()
Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.
- Returns:
- Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.
-
setAgentsConfigurationStatus
public void setAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.
- Parameters:
agentsConfigurationStatus
- Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.
-
withAgentsConfigurationStatus
public StartDataCollectionByAgentIdsResult withAgentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.
NOTE: This method appends the values to the existing list (if any). Use
setAgentsConfigurationStatus(java.util.Collection)
orwithAgentsConfigurationStatus(java.util.Collection)
if you want to override the existing values.- Parameters:
agentsConfigurationStatus
- Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withAgentsConfigurationStatus
public StartDataCollectionByAgentIdsResult withAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.
- Parameters:
agentsConfigurationStatus
- Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public StartDataCollectionByAgentIdsResult clone()
-
-