com.amazonaws.services.ec2.model
Class ConfirmProductInstanceResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.ConfirmProductInstanceResult
All Implemented Interfaces:
Serializable

public class ConfirmProductInstanceResult
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ConfirmProductInstanceResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getOwnerId()
          The AWS account ID of the instance owner.
 int hashCode()
           
 void setOwnerId(String ownerId)
          The AWS account ID of the instance owner.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ConfirmProductInstanceResult withOwnerId(String ownerId)
          The AWS account ID of the instance owner.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfirmProductInstanceResult

public ConfirmProductInstanceResult()
Method Detail

getOwnerId

public String getOwnerId()
The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.

Returns:
The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.

setOwnerId

public void setOwnerId(String ownerId)
The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.

Parameters:
ownerId - The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.

withOwnerId

public ConfirmProductInstanceResult withOwnerId(String ownerId)
The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.

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

Parameters:
ownerId - The AWS account ID of the instance owner. This is only present if the product code is attached to the instance.
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.