@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourceConfig extends Object implements Serializable, Cloneable, StructuredPojo
Contains configuration information about the service-linked channel.
Constructor and Description |
---|
SourceConfig() |
Modifier and Type | Method and Description |
---|---|
SourceConfig |
clone() |
boolean |
equals(Object obj) |
List<AdvancedEventSelector> |
getAdvancedEventSelectors()
The advanced event selectors configured for the service-linked channel.
|
Boolean |
getApplyToAllRegions()
Specifies whether the service-linked channel applies to one region or all regions.
|
int |
hashCode() |
Boolean |
isApplyToAllRegions()
Specifies whether the service-linked channel applies to one region or all regions.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors configured for the service-linked channel.
|
void |
setApplyToAllRegions(Boolean applyToAllRegions)
Specifies whether the service-linked channel applies to one region or all regions.
|
String |
toString()
Returns a string representation of this object.
|
SourceConfig |
withAdvancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors configured for the service-linked channel.
|
SourceConfig |
withAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors configured for the service-linked channel.
|
SourceConfig |
withApplyToAllRegions(Boolean applyToAllRegions)
Specifies whether the service-linked channel applies to one region or all regions.
|
public void setApplyToAllRegions(Boolean applyToAllRegions)
Specifies whether the service-linked channel applies to one region or all regions.
applyToAllRegions
- Specifies whether the service-linked channel applies to one region or all regions.public Boolean getApplyToAllRegions()
Specifies whether the service-linked channel applies to one region or all regions.
public SourceConfig withApplyToAllRegions(Boolean applyToAllRegions)
Specifies whether the service-linked channel applies to one region or all regions.
applyToAllRegions
- Specifies whether the service-linked channel applies to one region or all regions.public Boolean isApplyToAllRegions()
Specifies whether the service-linked channel applies to one region or all regions.
public List<AdvancedEventSelector> getAdvancedEventSelectors()
The advanced event selectors configured for the service-linked channel.
public void setAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors configured for the service-linked channel.
advancedEventSelectors
- The advanced event selectors configured for the service-linked channel.public SourceConfig withAdvancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors configured for the service-linked channel.
NOTE: This method appends the values to the existing list (if any). Use
setAdvancedEventSelectors(java.util.Collection)
or
withAdvancedEventSelectors(java.util.Collection)
if you want to override the existing values.
advancedEventSelectors
- The advanced event selectors configured for the service-linked channel.public SourceConfig withAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors configured for the service-linked channel.
advancedEventSelectors
- The advanced event selectors configured for the service-linked channel.public String toString()
toString
in class Object
Object.toString()
public SourceConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.