com.atlassian.aws.ec2.model
Class VpcId

java.lang.Object
  extended by com.atlassian.aws.ec2.model.ResourceId<VpcId>
      extended by com.atlassian.aws.ec2.model.VpcId

public class VpcId
extends ResourceId<VpcId>

Encapsulates VPC string id.


Constructor Summary
VpcId(String id)
           
 
Method Summary
static VpcId from(String vpcId)
           
 boolean isUndefined()
           
 
Methods inherited from class com.atlassian.aws.ec2.model.ResourceId
equals, from, getId, getIds, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VpcId

public VpcId(@NotNull
             String id)
Method Detail

isUndefined

public boolean isUndefined()

from

public static VpcId from(@Nullable
                         String vpcId)


Copyright © 2015 Atlassian. All rights reserved.