@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 |
getApplicationTagResourceGroup() |
ResourceGroup |
getResourceGroup()
The information about the resource group integration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setApplicationTagResourceGroup(ResourceGroup applicationTagResourceGroup) |
void |
setResourceGroup(ResourceGroup resourceGroup)
The information about the resource group integration.
|
String |
toString()
Returns a string representation of this object.
|
Integrations |
withApplicationTagResourceGroup(ResourceGroup applicationTagResourceGroup) |
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 void setApplicationTagResourceGroup(ResourceGroup applicationTagResourceGroup)
applicationTagResourceGroup - public ResourceGroup getApplicationTagResourceGroup()
public Integrations withApplicationTagResourceGroup(ResourceGroup applicationTagResourceGroup)
applicationTagResourceGroup - public String toString()
toString in class ObjectObject.toString()public Integrations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.