Amazon.Glacier.Model.Internal.MarshallTransformations.GetVaultNotificationsResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : GetVaultNotificationsResponseUnmarshaller
return GetVaultNotificationsResponseUnmarshaller
        public static GetVaultNotificationsResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new GetVaultNotificationsResponseUnmarshaller();
          }
          return instance;
        }