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