@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CodeDeliveryDetailsType extends Object implements Serializable, Cloneable, StructuredPojo
The type of code delivery details being returned from the server.
Constructor and Description |
---|
CodeDeliveryDetailsType() |
Modifier and Type | Method and Description |
---|---|
CodeDeliveryDetailsType |
clone() |
boolean |
equals(Object obj) |
String |
getAttributeName()
The name of the attribute in the code delivery details type.
|
String |
getDeliveryMedium()
The delivery medium (email message or phone number).
|
String |
getDestination()
The destination for the code delivery details.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CodeDeliveryDetailsType |
withAttributeName(String attributeName)
The name of the attribute in the code delivery details type.
|
CodeDeliveryDetailsType |
withDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or phone number).
|
CodeDeliveryDetailsType |
withDeliveryMedium(String deliveryMedium)
The delivery medium (email message or phone number).
|
CodeDeliveryDetailsType |
withDestination(String destination)
The destination for the code delivery details.
|
public void setDestination(String destination)
The destination for the code delivery details.
destination
- The destination for the code delivery details.public String getDestination()
The destination for the code delivery details.
public CodeDeliveryDetailsType withDestination(String destination)
The destination for the code delivery details.
destination
- The destination for the code delivery details.public void setDeliveryMedium(String deliveryMedium)
The delivery medium (email message or phone number).
deliveryMedium
- The delivery medium (email message or phone number).DeliveryMediumType
public String getDeliveryMedium()
The delivery medium (email message or phone number).
DeliveryMediumType
public CodeDeliveryDetailsType withDeliveryMedium(String deliveryMedium)
The delivery medium (email message or phone number).
deliveryMedium
- The delivery medium (email message or phone number).DeliveryMediumType
public void setDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or phone number).
deliveryMedium
- The delivery medium (email message or phone number).DeliveryMediumType
public CodeDeliveryDetailsType withDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or phone number).
deliveryMedium
- The delivery medium (email message or phone number).DeliveryMediumType
public void setAttributeName(String attributeName)
The name of the attribute in the code delivery details type.
attributeName
- The name of the attribute in the code delivery details type.public String getAttributeName()
The name of the attribute in the code delivery details type.
public CodeDeliveryDetailsType withAttributeName(String attributeName)
The name of the attribute in the code delivery details type.
attributeName
- The name of the attribute in the code delivery details type.public String toString()
toString
in class Object
Object.toString()
public CodeDeliveryDetailsType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.