@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetGraphMemberDatasourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetGraphMemberDatasourcesRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetGraphMemberDatasourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAccountIds()
The list of Amazon Web Services accounts to get data source package information on.
|
String |
getGraphArn()
The ARN of the behavior graph.
|
int |
hashCode() |
void |
setAccountIds(Collection<String> accountIds)
The list of Amazon Web Services accounts to get data source package information on.
|
void |
setGraphArn(String graphArn)
The ARN of the behavior graph.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetGraphMemberDatasourcesRequest |
withAccountIds(Collection<String> accountIds)
The list of Amazon Web Services accounts to get data source package information on.
|
BatchGetGraphMemberDatasourcesRequest |
withAccountIds(String... accountIds)
The list of Amazon Web Services accounts to get data source package information on.
|
BatchGetGraphMemberDatasourcesRequest |
withGraphArn(String graphArn)
The ARN of the behavior graph.
|
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 BatchGetGraphMemberDatasourcesRequest()
public void setGraphArn(String graphArn)
The ARN of the behavior graph.
graphArn
- The ARN of the behavior graph.public String getGraphArn()
The ARN of the behavior graph.
public BatchGetGraphMemberDatasourcesRequest withGraphArn(String graphArn)
The ARN of the behavior graph.
graphArn
- The ARN of the behavior graph.public List<String> getAccountIds()
The list of Amazon Web Services accounts to get data source package information on.
public void setAccountIds(Collection<String> accountIds)
The list of Amazon Web Services accounts to get data source package information on.
accountIds
- The list of Amazon Web Services accounts to get data source package information on.public BatchGetGraphMemberDatasourcesRequest withAccountIds(String... accountIds)
The list of Amazon Web Services accounts to get data source package information on.
NOTE: This method appends the values to the existing list (if any). Use
setAccountIds(java.util.Collection)
or withAccountIds(java.util.Collection)
if you want to
override the existing values.
accountIds
- The list of Amazon Web Services accounts to get data source package information on.public BatchGetGraphMemberDatasourcesRequest withAccountIds(Collection<String> accountIds)
The list of Amazon Web Services accounts to get data source package information on.
accountIds
- The list of Amazon Web Services accounts to get data source package information on.public String toString()
toString
in class Object
Object.toString()
public BatchGetGraphMemberDatasourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()