@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationDependencySummary extends Object implements Serializable, Cloneable, StructuredPojo
A nested application summary.
Constructor and Description |
---|
ApplicationDependencySummary() |
Modifier and Type | Method and Description |
---|---|
ApplicationDependencySummary |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The Amazon Resource Name (ARN) of the nested application.
|
String |
getSemanticVersion()
The semantic version of the nested application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the nested application.
|
void |
setSemanticVersion(String semanticVersion)
The semantic version of the nested application.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationDependencySummary |
withApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the nested application.
|
ApplicationDependencySummary |
withSemanticVersion(String semanticVersion)
The semantic version of the nested application.
|
public void setApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the nested application.
applicationId
- The Amazon Resource Name (ARN) of the nested application.public String getApplicationId()
The Amazon Resource Name (ARN) of the nested application.
public ApplicationDependencySummary withApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the nested application.
applicationId
- The Amazon Resource Name (ARN) of the nested application.public void setSemanticVersion(String semanticVersion)
The semantic version of the nested application.
semanticVersion
- The semantic version of the nested application.public String getSemanticVersion()
The semantic version of the nested application.
public ApplicationDependencySummary withSemanticVersion(String semanticVersion)
The semantic version of the nested application.
semanticVersion
- The semantic version of the nested application.public String toString()
toString
in class Object
Object.toString()
public ApplicationDependencySummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.