@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationComponentSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains the summary of application components.
Constructor and Description |
---|
ApplicationComponentSummary() |
Modifier and Type | Method and Description |
---|---|
ApplicationComponentSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAppType()
Contains the name of application types.
|
Integer |
getCount()
Contains the count of application type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAppType(String appType)
Contains the name of application types.
|
void |
setCount(Integer count)
Contains the count of application type.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationComponentSummary |
withAppType(AppType appType)
Contains the name of application types.
|
ApplicationComponentSummary |
withAppType(String appType)
Contains the name of application types.
|
ApplicationComponentSummary |
withCount(Integer count)
Contains the count of application type.
|
public void setAppType(String appType)
Contains the name of application types.
appType
- Contains the name of application types.AppType
public String getAppType()
Contains the name of application types.
AppType
public ApplicationComponentSummary withAppType(String appType)
Contains the name of application types.
appType
- Contains the name of application types.AppType
public ApplicationComponentSummary withAppType(AppType appType)
Contains the name of application types.
appType
- Contains the name of application types.AppType
public void setCount(Integer count)
Contains the count of application type.
count
- Contains the count of application type.public Integer getCount()
Contains the count of application type.
public ApplicationComponentSummary withCount(Integer count)
Contains the count of application type.
count
- Contains the count of application type.public String toString()
toString
in class Object
Object.toString()
public ApplicationComponentSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.