@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)
Marshalls this structured data using the given
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)
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.