Class ConfirmProductInstanceResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of ConfirmProductInstance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The AWS account ID of the instance owner.The return value of the request.int
hashCode()
isReturn()
The return value of the request.void
setOwnerId
(String ownerId) The AWS account ID of the instance owner.void
The return value of the request.toString()
Returns a string representation of this object; useful for testing and debugging.withOwnerId
(String ownerId) The AWS account ID of the instance owner.withReturn
(Boolean returnValue) The return value of the request.
-
Constructor Details
-
ConfirmProductInstanceResult
public ConfirmProductInstanceResult()
-
-
Method Details
-
setOwnerId
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.
-
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.
-
withOwnerId
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setReturn
The return value of the request. Returns
true
if the specified product code is owned by the requester and associated with the specified instance.- Parameters:
returnValue
- The return value of the request. Returnstrue
if the specified product code is owned by the requester and associated with the specified instance.
-
getReturn
The return value of the request. Returns
true
if the specified product code is owned by the requester and associated with the specified instance.- Returns:
- The return value of the request. Returns
true
if the specified product code is owned by the requester and associated with the specified instance.
-
withReturn
The return value of the request. Returns
true
if the specified product code is owned by the requester and associated with the specified instance.- Parameters:
returnValue
- The return value of the request. Returnstrue
if the specified product code is owned by the requester and associated with the specified instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isReturn
The return value of the request. Returns
true
if the specified product code is owned by the requester and associated with the specified instance.- Returns:
- The return value of the request. Returns
true
if the specified product code is owned by the requester and associated with the specified instance.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-