@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EndpointOptions extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
EndpointOptions() |
Modifier and Type | Method and Description |
---|---|
EndpointOptions |
clone() |
boolean |
equals(Object obj) |
Boolean |
getFips() |
Boolean |
getPrivateLink() |
int |
hashCode() |
Boolean |
isFips() |
Boolean |
isPrivateLink() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFips(Boolean fips) |
void |
setPrivateLink(Boolean privateLink) |
String |
toString()
Returns a string representation of this object.
|
EndpointOptions |
withFips(Boolean fips) |
EndpointOptions |
withPrivateLink(Boolean privateLink) |
public void setFips(Boolean fips)
fips
- public Boolean getFips()
public EndpointOptions withFips(Boolean fips)
fips
- public Boolean isFips()
public void setPrivateLink(Boolean privateLink)
privateLink
- public Boolean getPrivateLink()
public EndpointOptions withPrivateLink(Boolean privateLink)
privateLink
- public Boolean isPrivateLink()
public String toString()
toString
in class Object
Object.toString()
public EndpointOptions 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.