@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConnectorEntitiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListConnectorEntitiesResult() |
Modifier and Type | Method and Description |
---|---|
ListConnectorEntitiesResult |
addConnectorEntityMapEntry(String key,
List<ConnectorEntity> value)
Add a single ConnectorEntityMap entry
|
ListConnectorEntitiesResult |
clearConnectorEntityMapEntries()
Removes all the entries added into ConnectorEntityMap.
|
ListConnectorEntitiesResult |
clone() |
boolean |
equals(Object obj) |
Map<String,List<ConnectorEntity>> |
getConnectorEntityMap()
The response of
ListConnectorEntities lists entities grouped by category. |
int |
hashCode() |
void |
setConnectorEntityMap(Map<String,List<ConnectorEntity>> connectorEntityMap)
The response of
ListConnectorEntities lists entities grouped by category. |
String |
toString()
Returns a string representation of this object.
|
ListConnectorEntitiesResult |
withConnectorEntityMap(Map<String,List<ConnectorEntity>> connectorEntityMap)
The response of
ListConnectorEntities lists entities grouped by category. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,List<ConnectorEntity>> getConnectorEntityMap()
The response of ListConnectorEntities
lists entities grouped by category. This map's key represents
the group name, and its value contains the list of entities belonging to that group.
ListConnectorEntities
lists entities grouped by category. This map's key
represents the group name, and its value contains the list of entities belonging to that group.public void setConnectorEntityMap(Map<String,List<ConnectorEntity>> connectorEntityMap)
The response of ListConnectorEntities
lists entities grouped by category. This map's key represents
the group name, and its value contains the list of entities belonging to that group.
connectorEntityMap
- The response of ListConnectorEntities
lists entities grouped by category. This map's key
represents the group name, and its value contains the list of entities belonging to that group.public ListConnectorEntitiesResult withConnectorEntityMap(Map<String,List<ConnectorEntity>> connectorEntityMap)
The response of ListConnectorEntities
lists entities grouped by category. This map's key represents
the group name, and its value contains the list of entities belonging to that group.
connectorEntityMap
- The response of ListConnectorEntities
lists entities grouped by category. This map's key
represents the group name, and its value contains the list of entities belonging to that group.public ListConnectorEntitiesResult addConnectorEntityMapEntry(String key, List<ConnectorEntity> value)
public ListConnectorEntitiesResult clearConnectorEntityMapEntries()
public String toString()
toString
in class Object
Object.toString()
public ListConnectorEntitiesResult clone()