@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEventSelectorsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEventSelectorsResult() |
Modifier and Type | Method and Description |
---|---|
GetEventSelectorsResult |
clone() |
boolean |
equals(Object obj) |
List<AdvancedEventSelector> |
getAdvancedEventSelectors()
The advanced event selectors that are configured for the trail.
|
List<EventSelector> |
getEventSelectors()
The event selectors that are configured for the trail.
|
String |
getTrailARN()
The specified trail ARN that has the event selectors.
|
int |
hashCode() |
void |
setAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors that are configured for the trail.
|
void |
setEventSelectors(Collection<EventSelector> eventSelectors)
The event selectors that are configured for the trail.
|
void |
setTrailARN(String trailARN)
The specified trail ARN that has the event selectors.
|
String |
toString()
Returns a string representation of this object.
|
GetEventSelectorsResult |
withAdvancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors that are configured for the trail.
|
GetEventSelectorsResult |
withAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors that are configured for the trail.
|
GetEventSelectorsResult |
withEventSelectors(Collection<EventSelector> eventSelectors)
The event selectors that are configured for the trail.
|
GetEventSelectorsResult |
withEventSelectors(EventSelector... eventSelectors)
The event selectors that are configured for the trail.
|
GetEventSelectorsResult |
withTrailARN(String trailARN)
The specified trail ARN that has the event selectors.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTrailARN(String trailARN)
The specified trail ARN that has the event selectors.
trailARN
- The specified trail ARN that has the event selectors.public String getTrailARN()
The specified trail ARN that has the event selectors.
public GetEventSelectorsResult withTrailARN(String trailARN)
The specified trail ARN that has the event selectors.
trailARN
- The specified trail ARN that has the event selectors.public List<EventSelector> getEventSelectors()
The event selectors that are configured for the trail.
public void setEventSelectors(Collection<EventSelector> eventSelectors)
The event selectors that are configured for the trail.
eventSelectors
- The event selectors that are configured for the trail.public GetEventSelectorsResult withEventSelectors(EventSelector... eventSelectors)
The event selectors that are configured for the trail.
NOTE: This method appends the values to the existing list (if any). Use
setEventSelectors(java.util.Collection)
or withEventSelectors(java.util.Collection)
if you want
to override the existing values.
eventSelectors
- The event selectors that are configured for the trail.public GetEventSelectorsResult withEventSelectors(Collection<EventSelector> eventSelectors)
The event selectors that are configured for the trail.
eventSelectors
- The event selectors that are configured for the trail.public List<AdvancedEventSelector> getAdvancedEventSelectors()
The advanced event selectors that are configured for the trail.
public void setAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors that are configured for the trail.
advancedEventSelectors
- The advanced event selectors that are configured for the trail.public GetEventSelectorsResult withAdvancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors that are configured for the trail.
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 that are configured for the trail.public GetEventSelectorsResult withAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors that are configured for the trail.
advancedEventSelectors
- The advanced event selectors that are configured for the trail.public String toString()
toString
in class Object
Object.toString()
public GetEventSelectorsResult clone()