public static AllocatePublicVirtualInterfaceResultUnmarshaller GetInstance() { if (instance == null) { instance = new AllocatePublicVirtualInterfaceResultUnmarshaller(); } return(instance); }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { AllocatePublicVirtualInterfaceResponse response = new AllocatePublicVirtualInterfaceResponse(); context.Read(); response.AllocatePublicVirtualInterfaceResult = AllocatePublicVirtualInterfaceResultUnmarshaller.GetInstance().Unmarshall(context); return(response); }