@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetAggregateResourceConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchGetAggregateResourceConfigResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetAggregateResourceConfigResult |
clone() |
boolean |
equals(Object obj) |
List<BaseConfigurationItem> |
getBaseConfigurationItems()
A list that contains the current configuration of one or more resources.
|
List<AggregateResourceIdentifier> |
getUnprocessedResourceIdentifiers()
A list of resource identifiers that were not processed with current scope.
|
int |
hashCode() |
void |
setBaseConfigurationItems(Collection<BaseConfigurationItem> baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
void |
setUnprocessedResourceIdentifiers(Collection<AggregateResourceIdentifier> unprocessedResourceIdentifiers)
A list of resource identifiers that were not processed with current scope.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetAggregateResourceConfigResult |
withBaseConfigurationItems(BaseConfigurationItem... baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
BatchGetAggregateResourceConfigResult |
withBaseConfigurationItems(Collection<BaseConfigurationItem> baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
BatchGetAggregateResourceConfigResult |
withUnprocessedResourceIdentifiers(AggregateResourceIdentifier... unprocessedResourceIdentifiers)
A list of resource identifiers that were not processed with current scope.
|
BatchGetAggregateResourceConfigResult |
withUnprocessedResourceIdentifiers(Collection<AggregateResourceIdentifier> unprocessedResourceIdentifiers)
A list of resource identifiers that were not processed with current scope.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic BatchGetAggregateResourceConfigResult()
public 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 BatchGetAggregateResourceConfigResult 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 BatchGetAggregateResourceConfigResult 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<AggregateResourceIdentifier> getUnprocessedResourceIdentifiers()
A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.
public void setUnprocessedResourceIdentifiers(Collection<AggregateResourceIdentifier> unprocessedResourceIdentifiers)
A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.
unprocessedResourceIdentifiers - A list of resource identifiers that were not processed with current scope. The list is empty if all the
resources are processed.public BatchGetAggregateResourceConfigResult withUnprocessedResourceIdentifiers(AggregateResourceIdentifier... unprocessedResourceIdentifiers)
A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.
NOTE: This method appends the values to the existing list (if any). Use
setUnprocessedResourceIdentifiers(java.util.Collection) or
withUnprocessedResourceIdentifiers(java.util.Collection) if you want to override the existing values.
unprocessedResourceIdentifiers - A list of resource identifiers that were not processed with current scope. The list is empty if all the
resources are processed.public BatchGetAggregateResourceConfigResult withUnprocessedResourceIdentifiers(Collection<AggregateResourceIdentifier> unprocessedResourceIdentifiers)
A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.
unprocessedResourceIdentifiers - A list of resource identifiers that were not processed with current scope. The list is empty if all the
resources are processed.public String toString()
toString in class ObjectObject.toString()public BatchGetAggregateResourceConfigResult clone()
Copyright © 2019. All rights reserved.