@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SegmentDeliveryConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
SegmentDeliveryConfiguration() |
Modifier and Type | Method and Description |
---|---|
SegmentDeliveryConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getBaseUrl() |
String |
getName() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBaseUrl(String baseUrl) |
void |
setName(String name) |
String |
toString()
Returns a string representation of this object.
|
SegmentDeliveryConfiguration |
withBaseUrl(String baseUrl) |
SegmentDeliveryConfiguration |
withName(String name) |
public void setBaseUrl(String baseUrl)
baseUrl
- public String getBaseUrl()
public SegmentDeliveryConfiguration withBaseUrl(String baseUrl)
baseUrl
- public void setName(String name)
name
- public String getName()
public SegmentDeliveryConfiguration withName(String name)
name
- public String toString()
toString
in class Object
Object.toString()
public SegmentDeliveryConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.