@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Integrations extends Object implements Serializable, Cloneable, StructuredPojo
The information about the service integration.
Constructor and Description |
---|
Integrations() |
Modifier and Type | Method and Description |
---|---|
Integrations |
clone() |
boolean |
equals(Object obj) |
ResourceGroup |
getResourceGroup()
The information about the resource group integration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setResourceGroup(ResourceGroup resourceGroup)
The information about the resource group integration.
|
String |
toString()
Returns a string representation of this object.
|
Integrations |
withResourceGroup(ResourceGroup resourceGroup)
The information about the resource group integration.
|
public void setResourceGroup(ResourceGroup resourceGroup)
The information about the resource group integration.
resourceGroup
- The information about the resource group integration.public ResourceGroup getResourceGroup()
The information about the resource group integration.
public Integrations withResourceGroup(ResourceGroup resourceGroup)
The information about the resource group integration.
resourceGroup
- The information about the resource group integration.public String toString()
toString
in class Object
Object.toString()
public Integrations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.