@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationSource extends Object implements Serializable, Cloneable, StructuredPojo
Represents an application source.
Constructor and Description |
---|
ApplicationSource() |
Modifier and Type | Method and Description |
---|---|
ApplicationSource |
clone() |
boolean |
equals(Object obj) |
String |
getCloudFormationStackARN()
The Amazon Resource Name (ARN) of a AWS CloudFormation stack.
|
List<TagFilter> |
getTagFilters()
A set of tags (up to 50).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCloudFormationStackARN(String cloudFormationStackARN)
The Amazon Resource Name (ARN) of a AWS CloudFormation stack.
|
void |
setTagFilters(Collection<TagFilter> tagFilters)
A set of tags (up to 50).
|
String |
toString()
Returns a string representation of this object.
|
ApplicationSource |
withCloudFormationStackARN(String cloudFormationStackARN)
The Amazon Resource Name (ARN) of a AWS CloudFormation stack.
|
ApplicationSource |
withTagFilters(Collection<TagFilter> tagFilters)
A set of tags (up to 50).
|
ApplicationSource |
withTagFilters(TagFilter... tagFilters)
A set of tags (up to 50).
|
public void setCloudFormationStackARN(String cloudFormationStackARN)
The Amazon Resource Name (ARN) of a AWS CloudFormation stack.
cloudFormationStackARN
- The Amazon Resource Name (ARN) of a AWS CloudFormation stack.public String getCloudFormationStackARN()
The Amazon Resource Name (ARN) of a AWS CloudFormation stack.
public ApplicationSource withCloudFormationStackARN(String cloudFormationStackARN)
The Amazon Resource Name (ARN) of a AWS CloudFormation stack.
cloudFormationStackARN
- The Amazon Resource Name (ARN) of a AWS CloudFormation stack.public List<TagFilter> getTagFilters()
A set of tags (up to 50).
public void setTagFilters(Collection<TagFilter> tagFilters)
A set of tags (up to 50).
tagFilters
- A set of tags (up to 50).public ApplicationSource withTagFilters(TagFilter... tagFilters)
A set of tags (up to 50).
NOTE: This method appends the values to the existing list (if any). Use
setTagFilters(java.util.Collection)
or withTagFilters(java.util.Collection)
if you want to
override the existing values.
tagFilters
- A set of tags (up to 50).public ApplicationSource withTagFilters(Collection<TagFilter> tagFilters)
A set of tags (up to 50).
tagFilters
- A set of tags (up to 50).public String toString()
toString
in class Object
Object.toString()
public ApplicationSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.