@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopDataCollectionByAgentIdsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StopDataCollectionByAgentIdsResult() |
Modifier and Type | Method and Description |
---|---|
StopDataCollectionByAgentIdsResult |
clone() |
boolean |
equals(Object obj) |
List<AgentConfigurationStatus> |
getAgentsConfigurationStatus()
Information about the agents or connector that were instructed to stop collecting data.
|
int |
hashCode() |
void |
setAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about the agents or connector that were instructed to stop collecting data.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StopDataCollectionByAgentIdsResult |
withAgentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about the agents or connector that were instructed to stop collecting data.
|
StopDataCollectionByAgentIdsResult |
withAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about the agents or connector that were instructed to stop collecting data.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AgentConfigurationStatus> getAgentsConfigurationStatus()
Information about the agents or connector that were instructed to stop collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.
public void setAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about the agents or connector that were instructed to stop collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.
agentsConfigurationStatus
- Information about the agents or connector that were instructed to stop collecting data. Information
includes the agent/connector ID, a description of the operation performed, and whether the agent/connector
configuration was updated.public StopDataCollectionByAgentIdsResult withAgentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about the agents or connector that were instructed to stop collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.
NOTE: This method appends the values to the existing list (if any). Use
setAgentsConfigurationStatus(java.util.Collection)
or
withAgentsConfigurationStatus(java.util.Collection)
if you want to override the existing values.
agentsConfigurationStatus
- Information about the agents or connector that were instructed to stop collecting data. Information
includes the agent/connector ID, a description of the operation performed, and whether the agent/connector
configuration was updated.public StopDataCollectionByAgentIdsResult withAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about the agents or connector that were instructed to stop collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.
agentsConfigurationStatus
- Information about the agents or connector that were instructed to stop collecting data. Information
includes the agent/connector ID, a description of the operation performed, and whether the agent/connector
configuration was updated.public String toString()
toString
in class Object
Object.toString()
public StopDataCollectionByAgentIdsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.