@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IpamCidrAuthorizationContext extends Object implements Serializable, Cloneable
A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.
Constructor and Description |
---|
IpamCidrAuthorizationContext() |
Modifier and Type | Method and Description |
---|---|
IpamCidrAuthorizationContext |
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.
|
IpamCidrAuthorizationContext |
withMessage(String message)
The plain-text authorization message for the prefix and account.
|
IpamCidrAuthorizationContext |
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 IpamCidrAuthorizationContext 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 IpamCidrAuthorizationContext 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 IpamCidrAuthorizationContext clone()
Copyright © 2024. All rights reserved.