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

            context.Read();
            response.UpdateChapCredentialsResult = UpdateChapCredentialsResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }