public static CreatePresetResultUnmarshaller GetInstance() { if (instance == null) { instance = new CreatePresetResultUnmarshaller(); } return(instance); }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { CreatePresetResponse response = new CreatePresetResponse(); context.Read(); response.CreatePresetResult = CreatePresetResultUnmarshaller.GetInstance().Unmarshall(context); return(response); }