@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. |
String |
getNextToken()
A token that you specify in your next
ListConnectorEntities operation to get the next page of
results in paginated response. |
int |
hashCode() |
void |
setConnectorEntityMap(Map<String,List<ConnectorEntity>> connectorEntityMap)
The response of
ListConnectorEntities lists entities grouped by category. |
void |
setNextToken(String nextToken)
A token that you specify in your next
ListConnectorEntities operation to get the next page of
results in paginated response. |
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. |
ListConnectorEntitiesResult |
withNextToken(String nextToken)
A token that you specify in your next
ListConnectorEntities operation to get the next page of
results in paginated response. |
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 void setNextToken(String nextToken)
A token that you specify in your next ListConnectorEntities
operation to get the next page of
results in paginated response. The ListConnectorEntities
operation provides this token if the
response is too big for the page size.
nextToken
- A token that you specify in your next ListConnectorEntities
operation to get the next page of
results in paginated response. The ListConnectorEntities
operation provides this token if the
response is too big for the page size.public String getNextToken()
A token that you specify in your next ListConnectorEntities
operation to get the next page of
results in paginated response. The ListConnectorEntities
operation provides this token if the
response is too big for the page size.
ListConnectorEntities
operation to get the next page
of results in paginated response. The ListConnectorEntities
operation provides this token if
the response is too big for the page size.public ListConnectorEntitiesResult withNextToken(String nextToken)
A token that you specify in your next ListConnectorEntities
operation to get the next page of
results in paginated response. The ListConnectorEntities
operation provides this token if the
response is too big for the page size.
nextToken
- A token that you specify in your next ListConnectorEntities
operation to get the next page of
results in paginated response. The ListConnectorEntities
operation provides this token if the
response is too big for the page size.public String toString()
toString
in class Object
Object.toString()
public ListConnectorEntitiesResult clone()