@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StageEndpoints extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about various endpoints for a stage.
| Constructor and Description |
|---|
StageEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
StageEndpoints |
clone() |
boolean |
equals(Object obj) |
String |
getEvents()
Events endpoint.
|
String |
getWhip()
WHIP endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEvents(String events)
Events endpoint.
|
void |
setWhip(String whip)
WHIP endpoint.
|
String |
toString()
Returns a string representation of this object.
|
StageEndpoints |
withEvents(String events)
Events endpoint.
|
StageEndpoints |
withWhip(String whip)
WHIP endpoint.
|
public void setEvents(String events)
Events endpoint.
events - Events endpoint.public String getEvents()
Events endpoint.
public StageEndpoints withEvents(String events)
Events endpoint.
events - Events endpoint.public void setWhip(String whip)
WHIP endpoint.
whip - WHIP endpoint.public String getWhip()
WHIP endpoint.
public StageEndpoints withWhip(String whip)
WHIP endpoint.
whip - WHIP endpoint.public String toString()
toString in class ObjectObject.toString()public StageEndpoints clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.