@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IntegrateServices extends Object implements Serializable, Cloneable
Describes service integrations with VPC Flow logs.
Constructor and Description |
---|
IntegrateServices() |
Modifier and Type | Method and Description |
---|---|
IntegrateServices |
clone() |
boolean |
equals(Object obj) |
List<AthenaIntegration> |
getAthenaIntegrations()
Information about the integration with Amazon Athena.
|
int |
hashCode() |
void |
setAthenaIntegrations(Collection<AthenaIntegration> athenaIntegrations)
Information about the integration with Amazon Athena.
|
String |
toString()
Returns a string representation of this object.
|
IntegrateServices |
withAthenaIntegrations(AthenaIntegration... athenaIntegrations)
Information about the integration with Amazon Athena.
|
IntegrateServices |
withAthenaIntegrations(Collection<AthenaIntegration> athenaIntegrations)
Information about the integration with Amazon Athena.
|
public List<AthenaIntegration> getAthenaIntegrations()
Information about the integration with Amazon Athena.
public void setAthenaIntegrations(Collection<AthenaIntegration> athenaIntegrations)
Information about the integration with Amazon Athena.
athenaIntegrations
- Information about the integration with Amazon Athena.public IntegrateServices withAthenaIntegrations(AthenaIntegration... athenaIntegrations)
Information about the integration with Amazon Athena.
NOTE: This method appends the values to the existing list (if any). Use
setAthenaIntegrations(java.util.Collection)
or withAthenaIntegrations(java.util.Collection)
if
you want to override the existing values.
athenaIntegrations
- Information about the integration with Amazon Athena.public IntegrateServices withAthenaIntegrations(Collection<AthenaIntegration> athenaIntegrations)
Information about the integration with Amazon Athena.
athenaIntegrations
- Information about the integration with Amazon Athena.public String toString()
toString
in class Object
Object.toString()
public IntegrateServices clone()