public static CreatePublicVirtualInterfaceResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new CreatePublicVirtualInterfaceResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CreatePublicVirtualInterfaceResponse response = new CreatePublicVirtualInterfaceResponse();

            context.Read();

            response.CreatePublicVirtualInterfaceResult = CreatePublicVirtualInterfaceResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }