Amazon.RDS.Model.Internal.MarshallTransformations.CreateDBSnapshotResponseUnmarshaller.GetInstance C# (CSharp) Метод

GetInstance() публичный статический Метод

public static GetInstance ( ) : CreateDBSnapshotResponseUnmarshaller
Результат CreateDBSnapshotResponseUnmarshaller
        public static CreateDBSnapshotResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new CreateDBSnapshotResponseUnmarshaller();
            }
            return instance;
        }