Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.autoscaling.model
Class DescribeTagsResult

java.lang.Object
  extended by com.amazonaws.services.autoscaling.model.DescribeTagsResult

public class DescribeTagsResult
extends Object


Constructor Summary
DescribeTagsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getNextToken()
          A string used to mark the start of the next batch of returned results.
 List<TagDescription> getTags()
          The list of tags.
 int hashCode()
           
 void setNextToken(String nextToken)
          A string used to mark the start of the next batch of returned results.
 void setTags(Collection<TagDescription> tags)
          The list of tags.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeTagsResult withNextToken(String nextToken)
          A string used to mark the start of the next batch of returned results.
 DescribeTagsResult withTags(Collection<TagDescription> tags)
          The list of tags.
 DescribeTagsResult withTags(TagDescription... tags)
          The list of tags.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeTagsResult

public DescribeTagsResult()
Method Detail

getTags

public List<TagDescription> getTags()
The list of tags.

Returns:
The list of tags.

setTags

public void setTags(Collection<TagDescription> tags)
The list of tags.

Parameters:
tags - The list of tags.

withTags

public DescribeTagsResult withTags(TagDescription... tags)
The list of tags.

Returns a reference to this object so that method calls can be chained together.

Parameters:
tags - The list of tags.
Returns:
A reference to this updated object so that method calls can be chained together.

withTags

public DescribeTagsResult withTags(Collection<TagDescription> tags)
The list of tags.

Returns a reference to this object so that method calls can be chained together.

Parameters:
tags - The list of tags.
Returns:
A reference to this updated object so that method calls can be chained together.

getNextToken

public String getNextToken()
A string used to mark the start of the next batch of returned results.

Constraints:
Pattern: [ -??-??-?\r\n\t]*

Returns:
A string used to mark the start of the next batch of returned results.

setNextToken

public void setNextToken(String nextToken)
A string used to mark the start of the next batch of returned results.

Constraints:
Pattern: [ -??-??-?\r\n\t]*

Parameters:
nextToken - A string used to mark the start of the next batch of returned results.

withNextToken

public DescribeTagsResult withNextToken(String nextToken)
A string used to mark the start of the next batch of returned results.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Pattern: [ -??-??-?\r\n\t]*

Parameters:
nextToken - A string used to mark the start of the next batch of returned results.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.