@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociatedApplication extends Object implements Serializable, Cloneable, StructuredPojo
Object containing details about applications as defined in Application Discovery Service.
Constructor and Description |
---|
AssociatedApplication() |
Modifier and Type | Method and Description |
---|---|
AssociatedApplication |
clone() |
boolean |
equals(Object obj) |
String |
getId()
ID of the application as defined in Application Discovery Service.
|
String |
getName()
Name of the application as defined in Application Discovery Service.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
ID of the application as defined in Application Discovery Service.
|
void |
setName(String name)
Name of the application as defined in Application Discovery Service.
|
String |
toString()
Returns a string representation of this object.
|
AssociatedApplication |
withId(String id)
ID of the application as defined in Application Discovery Service.
|
AssociatedApplication |
withName(String name)
Name of the application as defined in Application Discovery Service.
|
public void setId(String id)
ID of the application as defined in Application Discovery Service.
id
- ID of the application as defined in Application Discovery Service.public String getId()
ID of the application as defined in Application Discovery Service.
public AssociatedApplication withId(String id)
ID of the application as defined in Application Discovery Service.
id
- ID of the application as defined in Application Discovery Service.public void setName(String name)
Name of the application as defined in Application Discovery Service.
name
- Name of the application as defined in Application Discovery Service.public String getName()
Name of the application as defined in Application Discovery Service.
public AssociatedApplication withName(String name)
Name of the application as defined in Application Discovery Service.
name
- Name of the application as defined in Application Discovery Service.public String toString()
toString
in class Object
Object.toString()
public AssociatedApplication clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.