@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDiscoveredResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDiscoveredResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
ListDiscoveredResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of objects that you want Firewall Manager to return for this request.
|
List<String> |
getMemberAccountIds()
The Amazon Web Services account IDs to discover resources in.
|
String |
getNextToken()
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken value in the response. |
String |
getResourceType()
The type of resources to discover.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of objects that you want Firewall Manager to return for this request.
|
void |
setMemberAccountIds(Collection<String> memberAccountIds)
The Amazon Web Services account IDs to discover resources in.
|
void |
setNextToken(String nextToken)
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken value in the response. |
void |
setResourceType(String resourceType)
The type of resources to discover.
|
String |
toString()
Returns a string representation of this object.
|
ListDiscoveredResourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of objects that you want Firewall Manager to return for this request.
|
ListDiscoveredResourcesRequest |
withMemberAccountIds(Collection<String> memberAccountIds)
The Amazon Web Services account IDs to discover resources in.
|
ListDiscoveredResourcesRequest |
withMemberAccountIds(String... memberAccountIds)
The Amazon Web Services account IDs to discover resources in.
|
ListDiscoveredResourcesRequest |
withNextToken(String nextToken)
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken value in the response. |
ListDiscoveredResourcesRequest |
withResourceType(String resourceType)
The type of resources to discover.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getMemberAccountIds()
The Amazon Web Services account IDs to discover resources in. Only one account is supported per request. The account must be a member of your organization.
public void setMemberAccountIds(Collection<String> memberAccountIds)
The Amazon Web Services account IDs to discover resources in. Only one account is supported per request. The account must be a member of your organization.
memberAccountIds
- The Amazon Web Services account IDs to discover resources in. Only one account is supported per request.
The account must be a member of your organization.public ListDiscoveredResourcesRequest withMemberAccountIds(String... memberAccountIds)
The Amazon Web Services account IDs to discover resources in. Only one account is supported per request. The account must be a member of your organization.
NOTE: This method appends the values to the existing list (if any). Use
setMemberAccountIds(java.util.Collection)
or withMemberAccountIds(java.util.Collection)
if you
want to override the existing values.
memberAccountIds
- The Amazon Web Services account IDs to discover resources in. Only one account is supported per request.
The account must be a member of your organization.public ListDiscoveredResourcesRequest withMemberAccountIds(Collection<String> memberAccountIds)
The Amazon Web Services account IDs to discover resources in. Only one account is supported per request. The account must be a member of your organization.
memberAccountIds
- The Amazon Web Services account IDs to discover resources in. Only one account is supported per request.
The account must be a member of your organization.public void setResourceType(String resourceType)
The type of resources to discover.
resourceType
- The type of resources to discover.public String getResourceType()
The type of resources to discover.
public ListDiscoveredResourcesRequest withResourceType(String resourceType)
The type of resources to discover.
resourceType
- The type of resources to discover.public void setMaxResults(Integer maxResults)
The maximum number of objects that you want Firewall Manager to return for this request. If more objects are
available, in the response, Firewall Manager provides a NextToken
value that you can use in a
subsequent call to get the next batch of objects.
maxResults
- The maximum number of objects that you want Firewall Manager to return for this request. If more objects
are available, in the response, Firewall Manager provides a NextToken
value that you can use
in a subsequent call to get the next batch of objects.public Integer getMaxResults()
The maximum number of objects that you want Firewall Manager to return for this request. If more objects are
available, in the response, Firewall Manager provides a NextToken
value that you can use in a
subsequent call to get the next batch of objects.
NextToken
value that you can use
in a subsequent call to get the next batch of objects.public ListDiscoveredResourcesRequest withMaxResults(Integer maxResults)
The maximum number of objects that you want Firewall Manager to return for this request. If more objects are
available, in the response, Firewall Manager provides a NextToken
value that you can use in a
subsequent call to get the next batch of objects.
maxResults
- The maximum number of objects that you want Firewall Manager to return for this request. If more objects
are available, in the response, Firewall Manager provides a NextToken
value that you can use
in a subsequent call to get the next batch of objects.public void setNextToken(String nextToken)
When you request a list of objects with a MaxResults
setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token returned from
the prior request in your next request.
nextToken
- When you request a list of objects with a MaxResults
setting, if the number of objects that
are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.public String getNextToken()
When you request a list of objects with a MaxResults
setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token returned from
the prior request in your next request.
MaxResults
setting, if the number of objects that
are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.public ListDiscoveredResourcesRequest withNextToken(String nextToken)
When you request a list of objects with a MaxResults
setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token returned from
the prior request in your next request.
nextToken
- When you request a list of objects with a MaxResults
setting, if the number of objects that
are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.public String toString()
toString
in class Object
Object.toString()
public ListDiscoveredResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()