com.amazonaws.services.opsworks.model
Class DescribeStackSummaryResult

java.lang.Object
  extended by com.amazonaws.services.opsworks.model.DescribeStackSummaryResult
All Implemented Interfaces:
Serializable

public class DescribeStackSummaryResult
extends Object
implements Serializable

Contains the response to a DescribeStackSummary request.

See Also:
Serialized Form

Constructor Summary
DescribeStackSummaryResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 StackSummary getStackSummary()
          A StackSummary object that contains the results.
 int hashCode()
           
 void setStackSummary(StackSummary stackSummary)
          A StackSummary object that contains the results.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeStackSummaryResult withStackSummary(StackSummary stackSummary)
          A StackSummary object that contains the results.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeStackSummaryResult

public DescribeStackSummaryResult()
Method Detail

getStackSummary

public StackSummary getStackSummary()
A StackSummary object that contains the results.

Returns:
A StackSummary object that contains the results.

setStackSummary

public void setStackSummary(StackSummary stackSummary)
A StackSummary object that contains the results.

Parameters:
stackSummary - A StackSummary object that contains the results.

withStackSummary

public DescribeStackSummaryResult withStackSummary(StackSummary stackSummary)
A StackSummary object that contains the results.

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

Parameters:
stackSummary - A StackSummary object that contains the 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 © 2016. All rights reserved.