@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WebhookAuthConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
WebhookAuthConfiguration() |
Modifier and Type | Method and Description |
---|---|
WebhookAuthConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getAllowedIPRange() |
String |
getSecretToken() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAllowedIPRange(String allowedIPRange) |
void |
setSecretToken(String secretToken) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
WebhookAuthConfiguration |
withAllowedIPRange(String allowedIPRange) |
WebhookAuthConfiguration |
withSecretToken(String secretToken) |
public void setAllowedIPRange(String allowedIPRange)
allowedIPRange
- public String getAllowedIPRange()
public WebhookAuthConfiguration withAllowedIPRange(String allowedIPRange)
allowedIPRange
- public void setSecretToken(String secretToken)
secretToken
- public String getSecretToken()
public WebhookAuthConfiguration withSecretToken(String secretToken)
secretToken
- public String toString()
toString
in class Object
Object.toString()
public WebhookAuthConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2018. All rights reserved.