@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppComponent extends Object implements Serializable, Cloneable, StructuredPojo
Defines an application component.
| Constructor and Description |
|---|
AppComponent() |
| Modifier and Type | Method and Description |
|---|---|
AppComponent |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the application component.
|
String |
getType()
The type of application component.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the application component.
|
void |
setType(String type)
The type of application component.
|
String |
toString()
Returns a string representation of this object.
|
AppComponent |
withName(String name)
The name of the application component.
|
AppComponent |
withType(String type)
The type of application component.
|
public void setName(String name)
The name of the application component.
name - The name of the application component.public String getName()
The name of the application component.
public AppComponent withName(String name)
The name of the application component.
name - The name of the application component.public void setType(String type)
The type of application component.
type - The type of application component.public String getType()
The type of application component.
public AppComponent withType(String type)
The type of application component.
type - The type of application component.public String toString()
toString in class ObjectObject.toString()public AppComponent clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.