@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CidrAuthorizationContext extends Object implements Serializable, Cloneable
Provides authorization for Amazon to bring a specific IP address range to a specific Amazon Web Services account using bring your own IP addresses (BYOIP). For more information, see Configuring your BYOIP address range in the Amazon EC2 User Guide.
Constructor and Description |
---|
CidrAuthorizationContext() |
Modifier and Type | Method and Description |
---|---|
CidrAuthorizationContext |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
The plain-text authorization message for the prefix and account.
|
String |
getSignature()
The signed authorization message for the prefix and account.
|
int |
hashCode() |
void |
setMessage(String message)
The plain-text authorization message for the prefix and account.
|
void |
setSignature(String signature)
The signed authorization message for the prefix and account.
|
String |
toString()
Returns a string representation of this object.
|
CidrAuthorizationContext |
withMessage(String message)
The plain-text authorization message for the prefix and account.
|
CidrAuthorizationContext |
withSignature(String signature)
The signed authorization message for the prefix and account.
|
public void setMessage(String message)
The plain-text authorization message for the prefix and account.
message
- The plain-text authorization message for the prefix and account.public String getMessage()
The plain-text authorization message for the prefix and account.
public CidrAuthorizationContext withMessage(String message)
The plain-text authorization message for the prefix and account.
message
- The plain-text authorization message for the prefix and account.public void setSignature(String signature)
The signed authorization message for the prefix and account.
signature
- The signed authorization message for the prefix and account.public String getSignature()
The signed authorization message for the prefix and account.
public CidrAuthorizationContext withSignature(String signature)
The signed authorization message for the prefix and account.
signature
- The signed authorization message for the prefix and account.public String toString()
toString
in class Object
Object.toString()
public CidrAuthorizationContext clone()