@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Component extends Object implements Serializable, Cloneable, StructuredPojo
The SAP component of your application.
| Constructor and Description |
|---|
Component() |
| Modifier and Type | Method and Description |
|---|---|
Component |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The ID of the application.
|
String |
getComponentId()
The ID of the component.
|
String |
getComponentType()
The type of the component.
|
List<String> |
getDatabases()
The SAP HANA databases of the component.
|
List<Host> |
getHosts()
The hosts of the component.
|
Date |
getLastUpdated()
The time at which the component was last updated.
|
String |
getPrimaryHost()
The primary host of the component.
|
String |
getStatus()
The status of the component.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setApplicationId(String applicationId)
The ID of the application.
|
void |
setComponentId(String componentId)
The ID of the component.
|
void |
setComponentType(String componentType)
The type of the component.
|
void |
setDatabases(Collection<String> databases)
The SAP HANA databases of the component.
|
void |
setHosts(Collection<Host> hosts)
The hosts of the component.
|
void |
setLastUpdated(Date lastUpdated)
The time at which the component was last updated.
|
void |
setPrimaryHost(String primaryHost)
The primary host of the component.
|
void |
setStatus(String status)
The status of the component.
|
String |
toString()
Returns a string representation of this object.
|
Component |
withApplicationId(String applicationId)
The ID of the application.
|
Component |
withComponentId(String componentId)
The ID of the component.
|
Component |
withComponentType(ComponentType componentType)
The type of the component.
|
Component |
withComponentType(String componentType)
The type of the component.
|
Component |
withDatabases(Collection<String> databases)
The SAP HANA databases of the component.
|
Component |
withDatabases(String... databases)
The SAP HANA databases of the component.
|
Component |
withHosts(Collection<Host> hosts)
The hosts of the component.
|
Component |
withHosts(Host... hosts)
The hosts of the component.
|
Component |
withLastUpdated(Date lastUpdated)
The time at which the component was last updated.
|
Component |
withPrimaryHost(String primaryHost)
The primary host of the component.
|
Component |
withStatus(ComponentStatus status)
The status of the component.
|
Component |
withStatus(String status)
The status of the component.
|
public void setComponentId(String componentId)
The ID of the component.
componentId - The ID of the component.public String getComponentId()
The ID of the component.
public Component withComponentId(String componentId)
The ID of the component.
componentId - The ID of the component.public void setApplicationId(String applicationId)
The ID of the application.
applicationId - The ID of the application.public String getApplicationId()
The ID of the application.
public Component withApplicationId(String applicationId)
The ID of the application.
applicationId - The ID of the application.public void setComponentType(String componentType)
The type of the component.
componentType - The type of the component.ComponentTypepublic String getComponentType()
The type of the component.
ComponentTypepublic Component withComponentType(String componentType)
The type of the component.
componentType - The type of the component.ComponentTypepublic Component withComponentType(ComponentType componentType)
The type of the component.
componentType - The type of the component.ComponentTypepublic void setStatus(String status)
The status of the component.
status - The status of the component.ComponentStatuspublic String getStatus()
The status of the component.
ComponentStatuspublic Component withStatus(String status)
The status of the component.
status - The status of the component.ComponentStatuspublic Component withStatus(ComponentStatus status)
The status of the component.
status - The status of the component.ComponentStatuspublic List<String> getDatabases()
The SAP HANA databases of the component.
public void setDatabases(Collection<String> databases)
The SAP HANA databases of the component.
databases - The SAP HANA databases of the component.public Component withDatabases(String... databases)
The SAP HANA databases of the component.
NOTE: This method appends the values to the existing list (if any). Use
setDatabases(java.util.Collection) or withDatabases(java.util.Collection) if you want to
override the existing values.
databases - The SAP HANA databases of the component.public Component withDatabases(Collection<String> databases)
The SAP HANA databases of the component.
databases - The SAP HANA databases of the component.public List<Host> getHosts()
The hosts of the component.
public void setHosts(Collection<Host> hosts)
The hosts of the component.
hosts - The hosts of the component.public Component withHosts(Host... hosts)
The hosts of the component.
NOTE: This method appends the values to the existing list (if any). Use
setHosts(java.util.Collection) or withHosts(java.util.Collection) if you want to override the
existing values.
hosts - The hosts of the component.public Component withHosts(Collection<Host> hosts)
The hosts of the component.
hosts - The hosts of the component.public void setPrimaryHost(String primaryHost)
The primary host of the component.
primaryHost - The primary host of the component.public String getPrimaryHost()
The primary host of the component.
public Component withPrimaryHost(String primaryHost)
The primary host of the component.
primaryHost - The primary host of the component.public void setLastUpdated(Date lastUpdated)
The time at which the component was last updated.
lastUpdated - The time at which the component was last updated.public Date getLastUpdated()
The time at which the component was last updated.
public Component withLastUpdated(Date lastUpdated)
The time at which the component was last updated.
lastUpdated - The time at which the component was last updated.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.