|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticache.model.CreateCacheSubnetGroupRequest
public class CreateCacheSubnetGroupRequest
Container for the parameters to the CreateCacheSubnetGroup operation
.
Creates a new Cache Subnet Group.
AmazonElastiCache.createCacheSubnetGroup(CreateCacheSubnetGroupRequest)
,
Serialized FormConstructor Summary | |
---|---|
CreateCacheSubnetGroupRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCacheSubnetGroupDescription()
The description for the Cache Subnet Group. |
String |
getCacheSubnetGroupName()
The name for the Cache Subnet Group. |
List<String> |
getSubnetIds()
The EC2 Subnet IDs for the Cache Subnet Group. |
int |
hashCode()
|
void |
setCacheSubnetGroupDescription(String cacheSubnetGroupDescription)
The description for the Cache Subnet Group. |
void |
setCacheSubnetGroupName(String cacheSubnetGroupName)
The name for the Cache Subnet Group. |
void |
setSubnetIds(Collection<String> subnetIds)
The EC2 Subnet IDs for the Cache Subnet Group. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateCacheSubnetGroupRequest |
withCacheSubnetGroupDescription(String cacheSubnetGroupDescription)
The description for the Cache Subnet Group. |
CreateCacheSubnetGroupRequest |
withCacheSubnetGroupName(String cacheSubnetGroupName)
The name for the Cache Subnet Group. |
CreateCacheSubnetGroupRequest |
withSubnetIds(Collection<String> subnetIds)
The EC2 Subnet IDs for the Cache Subnet Group. |
CreateCacheSubnetGroupRequest |
withSubnetIds(String... subnetIds)
The EC2 Subnet IDs for the Cache Subnet Group. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateCacheSubnetGroupRequest()
Method Detail |
---|
public String getCacheSubnetGroupName()
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Example:
mysubnetgroup
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Example:
mysubnetgroup
public void setCacheSubnetGroupName(String cacheSubnetGroupName)
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Example:
mysubnetgroup
cacheSubnetGroupName
- The name for the Cache Subnet Group. This value is stored as a
lowercase string. Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Example:
mysubnetgroup
public CreateCacheSubnetGroupRequest withCacheSubnetGroupName(String cacheSubnetGroupName)
Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Example:
mysubnetgroup
Returns a reference to this object so that method calls can be chained together.
cacheSubnetGroupName
- The name for the Cache Subnet Group. This value is stored as a
lowercase string. Constraints: Must contain no more than 255 alphanumeric characters or hyphens.
Example:
mysubnetgroup
public String getCacheSubnetGroupDescription()
public void setCacheSubnetGroupDescription(String cacheSubnetGroupDescription)
cacheSubnetGroupDescription
- The description for the Cache Subnet Group.public CreateCacheSubnetGroupRequest withCacheSubnetGroupDescription(String cacheSubnetGroupDescription)
Returns a reference to this object so that method calls can be chained together.
cacheSubnetGroupDescription
- The description for the Cache Subnet Group.
public List<String> getSubnetIds()
public void setSubnetIds(Collection<String> subnetIds)
subnetIds
- The EC2 Subnet IDs for the Cache Subnet Group.public CreateCacheSubnetGroupRequest withSubnetIds(String... subnetIds)
Returns a reference to this object so that method calls can be chained together.
subnetIds
- The EC2 Subnet IDs for the Cache Subnet Group.
public CreateCacheSubnetGroupRequest withSubnetIds(Collection<String> subnetIds)
Returns a reference to this object so that method calls can be chained together.
subnetIds
- The EC2 Subnet IDs for the Cache Subnet Group.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |