@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetResourceConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchGetResourceConfigResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetResourceConfigResult |
clone() |
boolean |
equals(Object obj) |
List<BaseConfigurationItem> |
getBaseConfigurationItems()
A list that contains the current configuration of one or more resources.
|
List<ResourceKey> |
getUnprocessedResourceKeys()
A list of resource keys that were not processed with the current response.
|
int |
hashCode() |
void |
setBaseConfigurationItems(Collection<BaseConfigurationItem> baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
void |
setUnprocessedResourceKeys(Collection<ResourceKey> unprocessedResourceKeys)
A list of resource keys that were not processed with the current response.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetResourceConfigResult |
withBaseConfigurationItems(BaseConfigurationItem... baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
BatchGetResourceConfigResult |
withBaseConfigurationItems(Collection<BaseConfigurationItem> baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
BatchGetResourceConfigResult |
withUnprocessedResourceKeys(Collection<ResourceKey> unprocessedResourceKeys)
A list of resource keys that were not processed with the current response.
|
BatchGetResourceConfigResult |
withUnprocessedResourceKeys(ResourceKey... unprocessedResourceKeys)
A list of resource keys that were not processed with the current response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<BaseConfigurationItem> getBaseConfigurationItems()
A list that contains the current configuration of one or more resources.
public void setBaseConfigurationItems(Collection<BaseConfigurationItem> baseConfigurationItems)
A list that contains the current configuration of one or more resources.
baseConfigurationItems - A list that contains the current configuration of one or more resources.public BatchGetResourceConfigResult withBaseConfigurationItems(BaseConfigurationItem... baseConfigurationItems)
A list that contains the current configuration of one or more resources.
NOTE: This method appends the values to the existing list (if any). Use
setBaseConfigurationItems(java.util.Collection) or
withBaseConfigurationItems(java.util.Collection) if you want to override the existing values.
baseConfigurationItems - A list that contains the current configuration of one or more resources.public BatchGetResourceConfigResult withBaseConfigurationItems(Collection<BaseConfigurationItem> baseConfigurationItems)
A list that contains the current configuration of one or more resources.
baseConfigurationItems - A list that contains the current configuration of one or more resources.public List<ResourceKey> getUnprocessedResourceKeys()
A list of resource keys that were not processed with the current response. The unprocessesResourceKeys value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an empty unprocessedResourceKeys list.
public void setUnprocessedResourceKeys(Collection<ResourceKey> unprocessedResourceKeys)
A list of resource keys that were not processed with the current response. The unprocessesResourceKeys value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an empty unprocessedResourceKeys list.
unprocessedResourceKeys - A list of resource keys that were not processed with the current response. The unprocessesResourceKeys
value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent
BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an
empty unprocessedResourceKeys list.public BatchGetResourceConfigResult withUnprocessedResourceKeys(ResourceKey... unprocessedResourceKeys)
A list of resource keys that were not processed with the current response. The unprocessesResourceKeys value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an empty unprocessedResourceKeys list.
NOTE: This method appends the values to the existing list (if any). Use
setUnprocessedResourceKeys(java.util.Collection) or
withUnprocessedResourceKeys(java.util.Collection) if you want to override the existing values.
unprocessedResourceKeys - A list of resource keys that were not processed with the current response. The unprocessesResourceKeys
value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent
BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an
empty unprocessedResourceKeys list.public BatchGetResourceConfigResult withUnprocessedResourceKeys(Collection<ResourceKey> unprocessedResourceKeys)
A list of resource keys that were not processed with the current response. The unprocessesResourceKeys value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an empty unprocessedResourceKeys list.
unprocessedResourceKeys - A list of resource keys that were not processed with the current response. The unprocessesResourceKeys
value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent
BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an
empty unprocessedResourceKeys list.public String toString()
toString in class ObjectObject.toString()public BatchGetResourceConfigResult clone()