@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetMembershipDatasourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetMembershipDatasourcesRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetMembershipDatasourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getGraphArns()
The ARN of the behavior graph.
|
int |
hashCode() |
void |
setGraphArns(Collection<String> graphArns)
The ARN of the behavior graph.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetMembershipDatasourcesRequest |
withGraphArns(Collection<String> graphArns)
The ARN of the behavior graph.
|
BatchGetMembershipDatasourcesRequest |
withGraphArns(String... graphArns)
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 BatchGetMembershipDatasourcesRequest()
public List<String> getGraphArns()
The ARN of the behavior graph.
public void setGraphArns(Collection<String> graphArns)
The ARN of the behavior graph.
graphArns
- The ARN of the behavior graph.public BatchGetMembershipDatasourcesRequest withGraphArns(String... graphArns)
The ARN of the behavior graph.
NOTE: This method appends the values to the existing list (if any). Use
setGraphArns(java.util.Collection)
or withGraphArns(java.util.Collection)
if you want to
override the existing values.
graphArns
- The ARN of the behavior graph.public BatchGetMembershipDatasourcesRequest withGraphArns(Collection<String> graphArns)
The ARN of the behavior graph.
graphArns
- The ARN of the behavior graph.public String toString()
toString
in class Object
Object.toString()
public BatchGetMembershipDatasourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()