Class CodeDeliveryDetailsType
java.lang.Object
com.amazonaws.services.cognitoidp.model.CodeDeliveryDetailsType
- All Implemented Interfaces:
Serializable
,Cloneable
The type of code delivery details being returned from the server.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the attribute in the code delivery details type.The delivery medium (email message or phone number).The destination for the code delivery details.int
hashCode()
void
setAttributeName
(String attributeName) The name of the attribute in the code delivery details type.void
setDeliveryMedium
(DeliveryMediumType deliveryMedium) The delivery medium (email message or phone number).void
setDeliveryMedium
(String deliveryMedium) The delivery medium (email message or phone number).void
setDestination
(String destination) The destination for the code delivery details.toString()
Returns a string representation of this object; useful for testing and debugging.withAttributeName
(String attributeName) The name of the attribute in the code delivery details type.withDeliveryMedium
(DeliveryMediumType deliveryMedium) The delivery medium (email message or phone number).withDeliveryMedium
(String deliveryMedium) The delivery medium (email message or phone number).withDestination
(String destination) The destination for the code delivery details.
-
Constructor Details
-
CodeDeliveryDetailsType
public CodeDeliveryDetailsType()
-
-
Method Details
-
setDestination
The destination for the code delivery details.
- Parameters:
destination
- The destination for the code delivery details.
-
getDestination
The destination for the code delivery details.
- Returns:
- The destination for the code delivery details.
-
withDestination
The destination for the code delivery details.
- Parameters:
destination
- The destination for the code delivery details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDeliveryMedium
The delivery medium (email message or phone number).
- Parameters:
deliveryMedium
- The delivery medium (email message or phone number).- See Also:
-
getDeliveryMedium
The delivery medium (email message or phone number).
- Returns:
- The delivery medium (email message or phone number).
- See Also:
-
withDeliveryMedium
The delivery medium (email message or phone number).
- Parameters:
deliveryMedium
- The delivery medium (email message or phone number).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setDeliveryMedium
The delivery medium (email message or phone number).
- Parameters:
deliveryMedium
- The delivery medium (email message or phone number).- See Also:
-
withDeliveryMedium
The delivery medium (email message or phone number).
- Parameters:
deliveryMedium
- The delivery medium (email message or phone number).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setAttributeName
The name of the attribute in the code delivery details type.
- Parameters:
attributeName
- The name of the attribute in the code delivery details type.
-
getAttributeName
The name of the attribute in the code delivery details type.
- Returns:
- The name of the attribute in the code delivery details type.
-
withAttributeName
The name of the attribute in the code delivery details type.
- Parameters:
attributeName
- The name of the attribute in the code delivery details type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-