@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Bumper extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.
Constructor and Description |
---|
Bumper() |
Modifier and Type | Method and Description |
---|---|
Bumper |
clone() |
boolean |
equals(Object obj) |
String |
getEndUrl()
The URL for the end bumper asset.
|
String |
getStartUrl()
The URL for the start bumper asset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndUrl(String endUrl)
The URL for the end bumper asset.
|
void |
setStartUrl(String startUrl)
The URL for the start bumper asset.
|
String |
toString()
Returns a string representation of this object.
|
Bumper |
withEndUrl(String endUrl)
The URL for the end bumper asset.
|
Bumper |
withStartUrl(String startUrl)
The URL for the start bumper asset.
|
public void setEndUrl(String endUrl)
The URL for the end bumper asset.
endUrl
- The URL for the end bumper asset.public String getEndUrl()
The URL for the end bumper asset.
public Bumper withEndUrl(String endUrl)
The URL for the end bumper asset.
endUrl
- The URL for the end bumper asset.public void setStartUrl(String startUrl)
The URL for the start bumper asset.
startUrl
- The URL for the start bumper asset.public String getStartUrl()
The URL for the start bumper asset.
public Bumper withStartUrl(String startUrl)
The URL for the start bumper asset.
startUrl
- The URL for the start bumper asset.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.